Trait URIHandlerImpl
gstreamer::subclass::prelude
pub trait URIHandlerImpl: ElementImpl + Send + Sync + 'static { fn get_uri(&self, element: &URIHandler) -> Option<String>; fn set_uri(&self, element: &URIHandler, uri: &str) -> Result<(), Error>; fn get_uri_type() -> URIType; fn get_protocols() -> Vec<String>; }
fn get_uri(&self, element: &URIHandler) -> Option<String>
fn set_uri(&self, element: &URIHandler, uri: &str) -> Result<(), Error>
fn get_uri_type() -> URIType
fn get_protocols() -> Vec<String>