IngressAudioEncodingResponse

data class IngressAudioEncodingResponse(@Json(name = "bitrate") val bitrate: Int, @Json(name = "channels") val channels: Int, @Json(name = "enable_dtx") val enableDtx: Boolean)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard