GstPbutils.DiscovererContainerInfo¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class GstPbutils.DiscovererContainerInfo(**kwargs)¶
- Bases:
- Abstract:
No
GstPbutils.DiscovererStreamInfo
specific to container streams.- get_streams()[source]¶
- Returns:
the list of
GstPbutils.DiscovererStreamInfo
this container stream offers. Free withGstPbutils.DiscovererStreamInfo.list_free
() after usage.- Return type:
- get_tags()[source]¶
- Returns:
tags specific to the given container. If you wish to use the tags after the life-time of self, you will need to copy them.
- Return type:
Gst.TagList
orNone
New in version 1.20.