[][src]Trait gstreamer_net::prelude::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> URIHandlerExt for O where
    O: IsA<URIHandler>, 
[src]

Loading content...