AudioSetting

data class AudioSetting(val codecType: String?, var bitRate: Int? = null, var opusParams: OpusParams? = null)

Constructors

Link copied to clipboard
constructor(codecType: String?, bitRate: Int? = null, opusParams: OpusParams? = null)

Properties

Link copied to clipboard
@SerializedName(value = "bit_rate")
var bitRate: Int?
Link copied to clipboard
@SerializedName(value = "codec_type")
val codecType: String?
Link copied to clipboard
@SerializedName(value = "opus_params")
var opusParams: OpusParams?