GstURIHandlerInterface

Any #GstElement using this interface should implement these methods.

Members

Variables

getProtocols
const(char*)* function(GType type) getProtocols;

Method to return the list of protocols handled by the element.

getType
GstURIType function(GType type) getType;

Method to tell whether the element handles source or sink URI.

getUri
char* function(GstURIHandler* handler) getUri;

Method to return the URI currently handled by the element.

parent
GTypeInterface parent;

The parent interface type

setUri
bool function(GstURIHandler* handler, const(char)* uri, GError** _err) setUri;

Method to set a new URI.