[][src]Trait gstreamer::URIHandlerExt

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

Required methods

fn get_protocols(&self) -> Vec<GString>

fn get_uri(&self) -> Option<GString>

fn get_uri_type(&self) -> URIType

fn set_uri(&self, uri: &str) -> Result<(), Error>

Loading content...

Implementors

impl<O: IsA<URIHandler>> URIHandlerExt for O[src]

Loading content...