Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/rtp/
H A Drtp_aac.rs25 pub struct RtpAacPacker { struct
32 impl RtpAacPacker { impl
39 RtpAacPacker { in new()
55 impl TPacker for RtpAacPacker { implementation
84 impl TRtpReceiverForRtcp for RtpAacPacker { implementation
/xiu/protocol/rtsp/src/
H A Drtsp_channel.rs11 use super::rtp::rtp_aac::RtpAacPacker;
150 self.rtp_packer = Some(Box::new(RtpAacPacker::new( in create_packer()