GstPbutils.DiscovererVideoInfo¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class GstPbutils.DiscovererVideoInfo(**kwargs)¶
- Bases:
- Abstract:
No
GstPbutils.DiscovererStreamInfo
specific to video streams (this includes images).- get_bitrate()[source]¶
- Returns:
the average or nominal bitrate of the video stream in bits/second.
- Return type:
- get_framerate_denom()[source]¶
- Returns:
the framerate of the video stream (denominator).
- Return type:
- get_max_bitrate()[source]¶
- Returns:
the maximum bitrate of the video stream in bits/second.
- Return type:
- get_par_denom()[source]¶
- Returns:
the Pixel Aspect Ratio (PAR) of the video stream (denominator).
- Return type:
- get_par_num()[source]¶
- Returns:
the Pixel Aspect Ratio (PAR) of the video stream (numerator).
- Return type: