Method

AgsAudioAudioFilewrite

since: 3.0.0

Declaration [src]

void
ags_audio_file_write (
  AgsAudioFile* audio_file,
  void* buffer,
  guint buffer_size,
  guint format
)

Description [src]

Write the buffer to AgsAudioFile.

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.
buffer_size

Type: guint

The count of frames to write.

format

Type: guint

The format.