CodecParameters

@Serializable
data class CodecParameters(var xGoogleStartBitrate: Int? = null, var apt: Int? = null, var profileId: Int? = null, var packetizationMode: Int? = null, var levelAsymmetryAllowed: Int? = null, var profileLevelId: String? = null)

Constructors

Link copied to clipboard
constructor(xGoogleStartBitrate: Int? = null, apt: Int? = null, profileId: Int? = null, packetizationMode: Int? = null, levelAsymmetryAllowed: Int? = null, profileLevelId: String? = null)

Properties

Link copied to clipboard
var apt: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard