Function

AgsAudiostream_free

since: 3.0.0

Declaration [src]

void
ags_stream_free (
  void* buffer
)

Description [src]

Frees an audio buffer.

Available since: 3.0.0

Parameters

buffer

Type: void*

The buffer.

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