GstURIHandlerInterface

Any GstElement using this interface should implement these methods. GTypeInterface parent; The parent interface type get_type () Method to tell whether the element handles source or sink URI. get_protocols () Method to return the list of protocols handled by the element. get_uri () Method to return the URI currently handled by the element. set_uri () Method to set a new URI.

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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
parent
GTypeInterface parent;
Undocumented in source.
setUri
int function(GstURIHandler* handler, char* uri, GError** error) setUri;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta