GstPlay.PlayAudioInfo¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class GstPlay.PlayAudioInfo(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
GstPlay.PlayStreamInfo
specific to audio streams.New in version 1.20.
- get_bitrate()¶
- Returns:
the audio bitrate in
GstPlay.PlayAudioInfo
or -1 if unknown.- Return type:
New in version 1.20.
- get_channels()¶
- Returns:
the number of audio channels in
GstPlay.PlayAudioInfo
or 0 if unknown.- Return type:
New in version 1.20.
- get_language()¶
-
New in version 1.20.
- get_max_bitrate()¶
- Returns:
the audio maximum bitrate in
GstPlay.PlayAudioInfo
or -1 if unknown.- Return type:
New in version 1.20.
- get_sample_rate()¶
- Returns:
the audio sample rate in
GstPlay.PlayAudioInfo
or 0 if unknown.- Return type:
New in version 1.20.