Searched refs:RtpAacPacker (Results 1 – 2 of 2) sorted by relevance
25 pub struct RtpAacPacker { struct32 impl RtpAacPacker { impl39 RtpAacPacker { in new()55 impl TPacker for RtpAacPacker { implementation84 impl TRtpReceiverForRtcp for RtpAacPacker { implementation
11 use super::rtp::rtp_aac::RtpAacPacker;150 self.rtp_packer = Some(Box::new(RtpAacPacker::new( in create_packer()