pub trait RTSPOnvifMediaFactoryImpl: RTSPMediaFactoryImplExt + RTSPMediaFactoryImpl + 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.

Object Safety§

This trait is not object safe.

Implementors§