// Take a look at the license at the top of the repository in the LICENSE file.
useglib::subclass::prelude::*;usesuper::prelude::*;usecrate::RTSPOnvifMedia;pubtraitRTSPOnvifMediaImpl: RTSPMediaImpl + Send + Sync {}unsafeimpl<T: RTSPOnvifMediaImpl>IsSubclassable<T>forRTSPOnvifMedia{}