URIHandlerIfaceProxy

Proxy object for Gst.URIHandler interface when a GObject has no applicable D binding

class URIHandlerIfaceProxy : IfaceProxy , URIHandler {}

Mixed In Members

From mixin URIHandlerT!()

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.

Inherited Members

From URIHandler

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.