IngressAudioEncodingOptionsRequest

data class IngressAudioEncodingOptionsRequest(@Json(name = "bitrate") val bitrate: Int, @Json(name = "channels") val channels: IngressAudioEncodingOptionsRequest.Channels, @Json(name = "enable_dtx") val enableDtx: Boolean? = null)

Constructors

Link copied to clipboard
constructor(@Json(name = "bitrate") bitrate: Int, @Json(name = "channels") channels: IngressAudioEncodingOptionsRequest.Channels, @Json(name = "enable_dtx") enableDtx: Boolean? = null)

Types

Link copied to clipboard
sealed class Channels

Channels Enum

Properties

Link copied to clipboard
Link copied to clipboard
val enableDtx: Boolean? = null