Virtual Method

AgsSequencerget_buffer

since: 3.0.0

Declaration [src]

void*
get_buffer (
  AgsSequencer* sequencer,
  guint* buffer_length
)

Description [src]

Get current playback buffer.

Available since: 3.0.0

Parameters

buffer_length

Type: guint*

The buffer’s length.

The data is owned by the caller of the function.

Return value

Type: void*

Current playback buffer.

The data is owned by the called function.
The return value can be NULL.