Searched refs:RtpH265UnPacker (Results 1 – 2 of 2) sorted by relevance
172 pub struct RtpH265UnPacker { struct181 impl TUnPacker for RtpH265UnPacker { argument216 impl RtpH265UnPacker { impl218 RtpH265UnPacker::default() in new()359 impl TRtpReceiverForRtcp for RtpH265UnPacker { implementation
17 use super::rtp::rtp_h265::RtpH265UnPacker;121 self.rtp_unpacker = Some(Box::new(RtpH265UnPacker::new())); in create_unpacker()