Function

AgsAudioAudioBufferUtilclear_buffer

since: 3.0.0

Declaration [src]

void
ags_audio_buffer_util_clear_buffer (
  void* buffer,
  guint channels,
  guint count,
  guint format
)

Description [src]

Clears the audio data.

Available since: 3.0.0

Parameters

buffer

Type: void*

The audio data.

The argument can be NULL.
The data is owned by the caller of the function.
channels

Type: guint

The number of channels.

count

Type: guint

Number of frames.

format

Type: guint

The format.