RtpCodecParameters

data class RtpCodecParameters(val mimeType: String, val payloadType: Int, val clockRate: Int, val channels: Int? = null, val parameters: Map<String, Any?>? = null, val rtcpFeedback: List<RtcpFeedback>? = null)

RTP codec parameters

Constructors

Link copied to clipboard
constructor(mimeType: String, payloadType: Int, clockRate: Int, channels: Int? = null, parameters: Map<String, Any?>? = null, rtcpFeedback: List<RtcpFeedback>? = null)

Properties

Link copied to clipboard
val channels: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val parameters: Map<String, Any?>? = null
Link copied to clipboard
Link copied to clipboard