FlowMediaStreamAttributesArgs

data class FlowMediaStreamAttributesArgs(val fmtp: Output<FlowFmtpArgs>? = null, val lang: Output<String>? = null) : ConvertibleToJava<FlowMediaStreamAttributesArgs>

Attributes that are related to the media stream.

Constructors

Link copied to clipboard
constructor(fmtp: Output<FlowFmtpArgs>? = null, lang: Output<String>? = null)

Properties

Link copied to clipboard
val fmtp: Output<FlowFmtpArgs>? = null

A set of parameters that define the media stream.

Link copied to clipboard
val lang: Output<String>? = null

The audio language, in a format that is recognized by the receiver.

Functions

Link copied to clipboard
open override fun toJava(): FlowMediaStreamAttributesArgs