ModemManager.CallAudioFormat¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | GObject.Object (37) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
| get_encoding() | |
| get_rate() | |
| get_resolution() | 
Virtual Methods¶
| Inherited: | GObject.Object (7) | 
|---|
Properties¶
None
Signals¶
| Inherited: | GObject.Object (1) | 
|---|
Class Details¶
- 
class ModemManager.CallAudioFormat(**kwargs)¶
- Bases: - GObject.Object- Abstract: - No - Structure: - ModemManager.CallAudioFormatClass- The - ModemManager.CallAudioFormatstructure contains private data and should only be accessed using the provided API.- 
get_encoding()¶
- Returns: - a string with the encoding, or - Noneif unknown. Do not free the returned value, it is owned by self.- Return type: - str- Gets the encoding of the audio format. For example, “pcm” for PCM-encoded audio. - New in version 1.10. 
 
-