Struct
GVncAudioFormat
Constructors
vnc_audio_format_new
Allocate a new VNC audio format struct whose contents is initialized to all zeros. The struct must be released using vnc_audio_format_free when no longer required.
Instance methods
vnc_audio_format_copy
Allocate a new VNC audio format struct whose
contents is initialized with the data found
in format
. The struct must be released using
vnc_audio_format_free when no longer required.