Gst.URIHandlerInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
get_protocols |
r |
Method to return the list of protocols handled by the element. |
|
get_type |
r |
Method to tell whether the element handles source or sink URI. |
|
get_uri |
r |
Method to return the URI currently handled by the element. |
|
parent |
r |
The parent interface type |
|
set_uri |
r |
Method to set a new URI. |
Methods¶
None
Details¶
- class Gst.URIHandlerInterface¶
Any
Gst.Element
using this interface should implement these methods.