The GstURIHandler is an interface that is implemented by Source and Sink gstreamer.Element to unify handling of URI.
An application can use the following functions to quickly get an element that handles the given URI for reading or writing (Element.makeFromUri).
Source and Sink plugins should implement this interface when possible.
Gets the list of protocols supported by handler. This list may not be modified.
Get the main Gtk struct
Gets the currently handled URI.
Gets the type of the given URI handler
Tries to set the URI of the given handler.
The GstURIHandler is an interface that is implemented by Source and Sink gstreamer.Element to unify handling of URI.
An application can use the following functions to quickly get an element that handles the given URI for reading or writing (Element.makeFromUri).
Source and Sink plugins should implement this interface when possible.