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
fn parent_protocols() -> Vec<String>[src]
fn parent_uri(&self, element: &Self::Type) -> Option<String>[src]
fn parent_set_uri(&self, element: &Self::Type, uri: &str) -> Result<(), Error>[src]
Implementors
impl<T: URIHandlerImpl> URIHandlerImplExt for T[src]
impl<T: URIHandlerImpl> URIHandlerImplExt for T[src]