FlowMediaStreamAttributes

data class FlowMediaStreamAttributes(val fmtp: FlowFmtp? = null, val lang: String? = null)

Attributes that are related to the media stream.

Constructors

Link copied to clipboard
constructor(fmtp: FlowFmtp? = null, lang: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fmtp: FlowFmtp? = null

A set of parameters that define the media stream.

Link copied to clipboard
val lang: String? = null

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