Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/rtp/
H A Drtp_h264.rs24 pub struct RtpH264Packer { struct
32 impl RtpH264Packer { impl
40 RtpH264Packer { in new()
122 impl TPacker for RtpH264Packer { implementation
135 impl TRtpReceiverForRtcp for RtpH264Packer { implementation
142 impl TVideoPacker for RtpH264Packer { implementation
/xiu/protocol/rtsp/src/
H A Drtsp_channel.rs12 use super::rtp::rtp_h264::RtpH264Packer;
132 self.rtp_packer = Some(Box::new(RtpH264Packer::new( in create_packer()