copy


Description:

public AudioSample copy ()

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

The returned sample must be freed with vnc_audio_sample_free when no longer required.

Parameters:

this

the sample to copy

Returns:

the new audio sample.