Home
last modified time | relevance | path

Searched refs:RtpH265UnPacker (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/rtsp/src/rtp/
H A Drtp_h265.rs172 pub struct RtpH265UnPacker { struct
181 impl TUnPacker for RtpH265UnPacker { argument
216 impl RtpH265UnPacker { impl
218 RtpH265UnPacker::default() in new()
359 impl TRtpReceiverForRtcp for RtpH265UnPacker { implementation
/xiu/protocol/rtsp/src/
H A Drtsp_channel.rs17 use super::rtp::rtp_h265::RtpH265UnPacker;
121 self.rtp_unpacker = Some(Box::new(RtpH265UnPacker::new())); in create_unpacker()