Trait gst_plugin::uri_handler::URIHandlerImplStatic[][src]

pub trait URIHandlerImplStatic<T: ObjectType>: Send + Sync + 'static {
    fn get_impl<'a>(&self, imp: &'a T::ImplType) -> &'a URIHandlerImpl;
fn get_type(&self) -> URIType;
fn get_protocols(&self) -> Vec<String>; }

Required Methods

Important traits for Vec<u8>

Implementors