Struct

GVncAudioSample

Description

struct VncAudioSample {
  guint8* data;
  guint32 length;
  guint32 capacity;
}

No description available.

Structure members
data

No description available.

length

No description available.

capacity

No description available.

Constructors

vnc_audio_sample_new

Allocate a new audio sample able to store capacity bytes of audio data.

Instance methods

vnc_audio_sample_copy

Allocate a new audio sample, initializing it with a copy of the data in sample.

vnc_audio_sample_free

Release memory associated with the audio sample sample.