Searched refs:read_simulcast (Results 1 – 1 of 1) sorted by relevance
193 async fn read_simulcast(&self, b: &mut [u8], rid: &str) -> Result<(usize, Attributes)> { in read_simulcast() method246 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() method622 self.internal.read_simulcast(b, rid).await in read_simulcast()