GstPlay.PlayMediaInfo¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class GstPlay.PlayMediaInfo(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Structure containing the media information of a URI.
New in version 1.20.
- get_audio_streams()¶
- Returns:
A
GLib.List
of matchingGstPlay.PlayAudioInfo
.- Return type:
New in version 1.20.
- get_container_format()¶
-
New in version 1.20.
- get_image_sample()¶
- Returns:
Gst.Sample
orNone
.- Return type:
Gst.Sample
orNone
Function to get the image (or preview-image) stored in taglist. Application can use
gst_sample_*_()
API’s to get caps, buffer etc.New in version 1.20.
- get_number_of_audio_streams()¶
- Returns:
number of audio streams.
- Return type:
New in version 1.20.
- get_number_of_subtitle_streams()¶
- Returns:
number of subtitle streams.
- Return type:
New in version 1.20.
- get_number_of_video_streams()¶
- Returns:
number of video streams.
- Return type:
New in version 1.20.
- get_stream_list()¶
- Returns:
A
GLib.List
of matchingGstPlay.PlayStreamInfo
.- Return type:
New in version 1.20.
- get_subtitle_streams()¶
- Returns:
A
GLib.List
of matchingGstPlay.PlaySubtitleInfo
.- Return type:
New in version 1.20.
- get_tags()¶
- Returns:
the tags contained in media info.
- Return type:
Gst.TagList
orNone
New in version 1.20.
- get_title()¶
-
New in version 1.20.
- get_uri()¶
- Returns:
the URI associated with
GstPlay.PlayMediaInfo
.- Return type:
New in version 1.20.
- get_video_streams()¶
- Returns:
A
GLib.List
of matchingGstPlay.PlayVideoInfo
.- Return type:
New in version 1.20.