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
@SerialName(value = "level-asymmetry-allowed")
var levelAsymmetryAllowed: Int?
Link copied to clipboard
@SerialName(value = "packetization-mode")
var packetizationMode: Int?
Link copied to clipboard
@SerialName(value = "profile-id")
var profileId: Int?
Link copied to clipboard
@SerialName(value = "profile-level-id")
var profileLevelId: String?
Link copied to clipboard
@SerialName(value = "x-google-start-bitrate")
var xGoogleStartBitrate: Int?