[][src]Trait gstreamer::subclass::uri_handler::URIHandlerImpl

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>; }

Required methods

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>

Loading content...

Implementors

Loading content...