pub trait RTSPOnvifMediaFactoryExtManual:
Sealed
+ IsA<RTSPOnvifMediaFactory>
+ 'static {
// Provided method
fn requires_backchannel(&self, ctx: &RTSPContext) -> bool { ... }
}
Provided Methods§
fn requires_backchannel(&self, ctx: &RTSPContext) -> bool
Object Safety§
This trait is not object safe.