GstURIHandlerInterface

Any gstreamer.Element using this interface should implement these methods.

Members

Variables

getProtocols
char** function(GType type) getProtocols;
getType
GstURIType function(GType type) getType;
getUri
char* function(GstURIHandler* handler) getUri;
parent
GTypeInterface parent;

The parent interface type

setUri
int function(GstURIHandler* handler, const(char)* uri, GError** err) setUri;