Home
last modified time | relevance | path

Searched defs:RtpPacket (Results 1 – 3 of 3) sorted by relevance

/xiu/protocol/rtsp/src/rtp/
H A Dmod.rs22 pub struct RtpPacket { struct
31 impl Unmarshal<&mut BytesReader, Result<Self, BytesReadError>> for RtpPacket { argument
71 impl Marshal<Result<BytesMut, BytesWriteError>> for RtpPacket { implementation
93 impl RtpPacket { implementation
/xiu/protocol/rtsp/src/rtp/rtcp/
H A Drtcp_context.rs215 pub fn send_rtp(&mut self, pkt: RtpPacket) { in send_rtp()
228 pub fn received_rtp(&mut self, pkt: RtpPacket) { in received_rtp()
/xiu/protocol/rtsp/src/
H A Drtsp_channel.rs189 pub fn on_packet(&mut self, packet: RtpPacket) { in on_packet()