gstreamer_rtsp_server::subclass::prelude

Trait RTSPOnvifMediaFactoryImpl

Source
pub trait RTSPOnvifMediaFactoryImpl:
    RTSPMediaFactoryImpl
    + ObjectSubclass<Type: IsA<RTSPOnvifMediaFactory>>
    + Send
    + Sync {
    // Provided method
    fn has_backchannel_support(&self) -> bool { ... }
}

Provided Methods§

Source

fn has_backchannel_support(&self) -> bool

Returns true if an ONVIF backchannel is supported by the media factory.

§Returns

true if an ONVIF backchannel is supported by the media factory.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§