GVnc.AudioFormat¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
format |
r/w |
||
frequency |
r/w |
||
nchannels |
r/w |
Methods¶
class |
|
|
|
|
Details¶
- class GVnc.AudioFormat¶
- classmethod new()¶
- Returns:
the new audio format struct
- Return type:
Allocate a new VNC audio format struct whose contents is initialized to all zeros. The struct must be released using
GVnc.AudioFormat.free
when no longer required
- copy()¶
- Returns:
the new audio format struct
- Return type:
Allocate a new VNC audio format struct whose contents is initialized with the data found in self. The struct must be released using
GVnc.AudioFormat.free
when no longer required.
- free()¶
Release the memory associated with self