Type Definition interceptor::RTPWriterFn [−][src]
pub type RTPWriterFn = Box<dyn FnMut(&Header, &Bytes, &Attributes) -> Pin<Box<dyn Future<Output = Result<usize>> + Send + 'static>> + Send + Sync>;Expand description
RTPWriterFn is an adapter for RTPWrite interface