pub fn parse_muxed_rtp_fixed_header(packet: &[u8]) -> Option<RtpFixedHeader>Expand description
Parses the fixed RTP header of an RTP candidate in a muxed session.
The parser rejects RTCP candidates, non-RTP versions and packets truncated within the fixed header or declared CSRC list. Codec payload and padding validation belong to the payload parser.
References: