URIHandlerT

The #GstURIHandler is an interface that is implemented by Source and Sink #GstElement 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 (gst.element.Element.makeFromUri).

Source and Sink plugins should implement this interface when possible.

Members

Functions

getProtocols
string[] getProtocols()

Gets the list of protocols supported by handler. This list may not be modified.

getUri
string getUri()

Gets the currently handled URI.

getUriType
gst.types.URIType getUriType()

Gets the type of the given URI handler

setUri
bool setUri(string uri)

Tries to set the URI of the given handler.