Gst.URIHandlerInterface

Fields

Name

Type

Access

Description

get_protocols

object

r

Method to return the list of protocols handled by the element.

get_type

object

r

Method to tell whether the element handles source or sink URI.

get_uri

object

r

Method to return the URI currently handled by the element.

parent

GObject.TypeInterface

r

The parent interface type

set_uri

object

r

Method to set a new URI.

Methods

None

Details

class Gst.URIHandlerInterface

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