pub trait RTSPOnvifMediaFactoryExtManual: Sealed + IsA<RTSPOnvifMediaFactory> + 'static {
    // Provided method
    fn requires_backchannel(&self, ctx: &RTSPContext) -> bool { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§