Import line: | Gst = imports.gi.Gst; |
GIR File: | Gst-0.10.gir |
C documentation: | GstURIHandler |
Interface : | URIHandler |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
get_protocols
()
:
Array
Gets the list of protocols supported by handler.
Gets the list of protocols supported by handler. This list may not be modified. Returns NULL if the handler isn't implemented properly, or the handler doesn't support any protocols.
|
Gst.URIHandler | |
get_uri
()
:
String
Gets the currently handled URI.
Gets the currently handled URI. Returns NULL if there are no URI currently handled. The returned string must not be modified or freed.
|
Gst.URIHandler | |
get_uri_type
()
:
Number
Gets the type of the given URI handler Returns GST_URI_UNKNOWN if the handler isn't implemented correctly.
Gets the type of the given URI handler Returns GST_URI_UNKNOWN if the handler isn't implemented correctly.
|
Gst.URIHandler | |
new_uri
(String uri)
:
none
Emits the new-uri signal for a given handler, when that handler has a new URI.
Emits the new-uri signal for a given handler, when that handler has a new URI. This function should only be called by URI handlers themselves.
|
Gst.URIHandler | |
Gst.URIHandler |
Event | Defined By | |
---|---|---|
new_uri (URIHandler self, String uri)
:
none
The URI of the given handler has changed.
The URI of the given handler has changed.
|
Gst.URIHandler |