RtpParameters

Interface representing parameters for RTP transmission.

See also

Inheritors

Properties

Link copied to clipboard
abstract val codecs: Iterable<Any>

The codecs used for transmission.

Link copied to clipboard

The degradation preference for the media quality.

Link copied to clipboard
abstract val encodings: Iterable<Any>

The encoding parameters for the media.

Link copied to clipboard

The header extensions for the RTP packets.

Link copied to clipboard
abstract val rtcp: Any

The RTCP parameters.

Link copied to clipboard
abstract val transactionId: String

The transaction ID for these parameters.

Functions

Link copied to clipboard
fun WebRtc.RtpParameters.getNative(): RtpParameters

Returns implementation of the rtp parameters that is used under the hood. Use it with caution.

fun WebRtc.RtpParameters.getNative(): RTCRtpSendParameters

Returns implementation of the rtp parameters that is used under the hood. Use it with caution.