Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/rtp/
H A Drtp_h265.rs24 pub struct RtpH265Packer { struct
32 impl RtpH265Packer { argument
40 RtpH265Packer { in new()
142 impl TPacker for RtpH265Packer { implementation
153 impl TRtpReceiverForRtcp for RtpH265Packer { implementation
160 impl TVideoPacker for RtpH265Packer { implementation
/xiu/protocol/rtsp/src/
H A Drtsp_channel.rs13 use super::rtp::rtp_h265::RtpH265Packer;
141 self.rtp_packer = Some(Box::new(RtpH265Packer::new( in create_packer()