Struct interceptor::RTPWriterFn
source · pub struct RTPWriterFn(pub RTPWriterBoxFn);Tuple Fields§
§0: RTPWriterBoxFnTrait Implementations§
source§impl RTPWriter for RTPWriterFn
impl RTPWriter for RTPWriterFn
source§fn write<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
pkt: &'life1 Packet,
attributes: &'life2 Attributes
) -> Pin<Box<dyn Future<Output = Result<usize, Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
fn write<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
pkt: &'life1 Packet,
attributes: &'life2 Attributes
) -> Pin<Box<dyn Future<Output = Result<usize, Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
write a rtp packet