Method

AgsSequencerget_buffer

since: 3.0.0

[]

Declaration [src]

void*
ags_sequencer_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 method.
[]

Return value

Type: void*

Current playback buffer.

The returned data is owned by the instance.
The return value can be NULL.