Home
last modified time | relevance | path

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

/webrtc/webrtc/src/rtp_transceiver/rtp_receiver/
H A Dmod.rs193 async fn read_simulcast(&self, b: &mut [u8], rid: &str) -> Result<(usize, Attributes)> { in read_simulcast() method
246 let (n, attributes) = self.read_simulcast(&mut b, rid).await?; in read_simulcast_rtcp()
621 pub async fn read_simulcast(&self, b: &mut [u8], rid: &str) -> Result<(usize, Attributes)> { in read_simulcast() method
622 self.internal.read_simulcast(b, rid).await in read_simulcast()