BitRate

@Serializable
data class BitRate(bitRate: Int?) : Update<BitRate>

Properties

Link copied to clipboard
var bitRate: Int? = null