GstURIHandlerInterface

Any #GstElement using this interface should implement these methods.

Members

Variables

getProtocols
char** function(GType type) getProtocols;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getType
GstURIType function(GType type) getType;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getUri
char* function(GstURIHandler* handler) getUri;
parent
GTypeInterface parent;

The parent interface type

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

Meta