GVnc.AudioFormat

Fields

Name

Type

Access

Description

format

int

r/w

frequency

int

r/w

nchannels

int

r/w

Methods

class

new ()

copy ()

free ()

Details

class GVnc.AudioFormat
classmethod new()
Returns:

the new audio format struct

Return type:

GVnc.AudioFormat

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:

GVnc.AudioFormat

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