Trait rtcp_types::RtcpPacket
source · pub trait RtcpPacket {
const MIN_PACKET_LEN: usize;
const PACKET_TYPE: u8;
const VERSION: u8 = 2u8;
const MAX_COUNT: u8 = 31u8;
}
Expand description
A Trait defining RTCP Packet structural data.
Required Associated Constants§
const MIN_PACKET_LEN: usize
const PACKET_TYPE: u8
Provided Associated Constants§
Object Safety§
This trait is not object safe.