Virtual Method

AgsSequencerget_next_buffer

since: 3.0.0

Declaration [src]

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

Description [src]

Get future 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*

Next playback buffer.

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