Trait gstreamer::subclass::prelude::URIHandlerImplExt[][src]

pub trait URIHandlerImplExt: ObjectSubclass {
    fn parent_protocols() -> Vec<String>;
fn parent_uri(&self, element: &Self::Type) -> Option<String>;
fn parent_set_uri(
        &self,
        element: &Self::Type,
        uri: &str
    ) -> Result<(), Error>; }

Required methods

Implementors