RtpTransceiver

Trait RtpTransceiver 

Source
pub trait RtpTransceiver {
    // Required method
    fn rtcp_context(&self) -> RtcpContextHandle;
}
Expand description

RTP packet transceiver.

Required Methods§

Source

fn rtcp_context(&self) -> RtcpContextHandle

Get the transceiver’s RTCP context.

The transceiver is responsible for feeding the RTCP context with incoming and outgoing RTP packets. This happens internally. The RTCP context can be used then to generate RTCP reports and process incoming RTCP packets.

Implementors§