Trait gstreamer::prelude::URIHandlerExt[][src]

pub trait URIHandlerExt: 'static {
    fn protocols(&self) -> Vec<GString>;
fn uri(&self) -> Option<GString>;
fn uri_type(&self) -> URIType;
fn set_uri(&self, uri: &str) -> Result<(), Error>; }

Required methods

Implementors