GstPlay.PlayVideoInfo¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class GstPlay.PlayVideoInfo(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
GstPlay.PlayStreamInfo
specific to video streams.New in version 1.20.
- get_bitrate()¶
- Returns:
the current bitrate of video in
GstPlay.PlayVideoInfo
or -1 if unknown.- Return type:
New in version 1.20.
- get_framerate()¶
- Returns:
- fps_n:
Numerator of frame rate
- fps_d:
Denominator of frame rate
- Return type:
New in version 1.20.
- get_height()¶
- Returns:
the height of video in
GstPlay.PlayVideoInfo
or -1 if unknown.- Return type:
New in version 1.20.
- get_max_bitrate()¶
- Returns:
the maximum bitrate of video in
GstPlay.PlayVideoInfo
or -1 if unknown.- Return type:
New in version 1.20.
- get_pixel_aspect_ratio()¶
-
Returns the pixel aspect ratio in par_n and par_d
New in version 1.20.
- get_width()¶
- Returns:
the width of video in
GstPlay.PlayVideoInfo
or -1 if unknown.- Return type:
New in version 1.20.