Trait gstreamer::prelude::URIHandlerExt

source ·
pub trait URIHandlerExt: IsA<URIHandler> + Sealed + 'static {
    // Provided methods
    fn protocols(&self) -> Vec<GString> { ... }
    fn uri(&self) -> Option<GString> { ... }
    fn uri_type(&self) -> URIType { ... }
    fn set_uri(&self, uri: &str) -> Result<(), Error> { ... }
}

Provided Methods§

source

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

source

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

source

fn uri_type(&self) -> URIType

source

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

Object Safety§

This trait is not object safe.

Implementors§