Home
last modified time | relevance | path

Searched defs:OnRtpPacketFn (Results 1 – 5 of 5) sorted by relevance

/xiu/protocol/rtsp/src/rtp/
H A Dutils.rs30 pub type OnRtpPacketFn = Box< typedef
52 fn on_packet_handler(&mut self, f: OnRtpPacketFn); in on_packet_handler()
H A Drtp_aac.rs79 fn on_packet_handler(&mut self, f: OnRtpPacketFn) { in on_packet_handler()
H A Drtp_h265.rs148 fn on_packet_handler(&mut self, f: OnRtpPacketFn) { in on_packet_handler()
H A Drtp_h264.rs130 fn on_packet_handler(&mut self, f: OnRtpPacketFn) { in on_packet_handler()
/xiu/protocol/rtsp/src/
H A Drtsp_channel.rs100 pub fn on_packet_handler(&mut self, f: OnRtpPacketFn) { in on_packet_handler()