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>;
}Expand description
Required methods
Gets the type of the given URI handler
Returns
the URIType of the URI handler.
Returns URIType::Unknown if the self isn’t implemented correctly.