Home
last modified time | relevance | path

Searched defs:read_rtp (Results 1 – 4 of 4) sorted by relevance

/webrtc/srtp/src/
H A Dstream.rs56 pub async fn read_rtp(&self, buf: &mut [u8]) -> Result<(usize, rtp::header::Header)> { in read_rtp() method
/webrtc/webrtc/src/rtp_transceiver/rtp_receiver/
H A Dmod.rs254 pub(crate) async fn read_rtp(&self, b: &mut [u8], tid: usize) -> Result<(usize, Attributes)> { in read_rtp() method
737 pub(crate) async fn read_rtp(&self, b: &mut [u8], tid: usize) -> Result<(usize, Attributes)> { in read_rtp() method
/webrtc/webrtc/src/track/track_remote/
H A Dmod.rs281 pub async fn read_rtp(&self) -> Result<(rtp::packet::Packet, Attributes)> { in read_rtp() method
/webrtc/interceptor/src/mock/
H A Dmock_stream.rs228 pub async fn read_rtp(&self) -> Option<Result<rtp::packet::Packet>> { in read_rtp() method