Trait gstreamer::auto::uri_handler::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§
fn protocols(&self) -> Vec<GString>
fn uri(&self) -> Option<GString>
fn uri_type(&self) -> URIType
fn set_uri(&self, uri: &str) -> Result<(), Error>
Object Safety§
This trait is not object safe.