GstPlay.PlayStreamInfo¶
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class GstPlay.PlayStreamInfo(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Base structure for information concerning a media stream. Depending on the stream type, one can find more media-specific information in
GstPlay.PlayVideoInfo
,GstPlay.PlayAudioInfo
,GstPlay.PlaySubtitleInfo
.New in version 1.20.
- get_caps()¶
-
New in version 1.20.
- get_codec()¶
-
A string describing codec used in
GstPlay.PlayStreamInfo
.New in version 1.20.
- get_index()¶
- Returns:
the stream index of this stream.
- Return type:
Function to get stream index from
GstPlay.PlayStreamInfo
instance or -1 if unknown.New in version 1.20.
- get_stream_type()¶
- Returns:
a human readable name
- Return type:
Function to return human readable name for the stream type of the given self (ex: “audio”, “video”, “subtitle”)
New in version 1.20.
- get_tags()¶
- Returns:
the tags contained in this stream.
- Return type:
Gst.TagList
orNone
New in version 1.20.