Trait gstreamer::subclass::prelude::URIHandlerImpl [−][src]
pub trait URIHandlerImpl: ElementImpl { const URI_TYPE: URIType; fn protocols() -> &'static [&'static str]ⓘ; fn uri(&self, element: &Self::Type) -> Option<String>; fn set_uri(&self, element: &Self::Type, uri: &str) -> Result<(), Error>; }