Trait interceptor::RTPReader [−][src]
pub trait RTPReader {
fn read<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
buf: &'life1 mut [u8],
attributes: &'life2 Attributes
) -> Pin<Box<dyn Future<Output = Result<(usize, Attributes)>> + Send + 'async_trait>>
where
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Self: 'async_trait;
}
Expand description
RTPReader is used by Interceptor.bind_remote_stream.
Required methods
fn read<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
buf: &'life1 mut [u8],
attributes: &'life2 Attributes
) -> Pin<Box<dyn Future<Output = Result<(usize, Attributes)>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Self: 'async_trait,
fn read<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
buf: &'life1 mut [u8],
attributes: &'life2 Attributes
) -> Pin<Box<dyn Future<Output = Result<(usize, Attributes)>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Self: 'async_trait,
read a rtp packet