Function

AgsAudioMidiBufferUtilget_sequencer_meta_event

since: 3.0.0

Declaration [src]

guint
ags_midi_buffer_util_get_sequencer_meta_event (
  guchar* buffer,
  glong* delta_time,
  glong* len,
  glong* id,
  glong* data
)

Description [src]

Get sequencer meta event.

Available since: 3.0.0

Parameters

buffer

Type: guchar*

The character buffer.

The data is owned by the caller of the function.
delta_time

Type: glong*

The return location of timing information.

The data is owned by the caller of the function.
len

Type: glong*

The return location of the length of data.

The data is owned by the caller of the function.
id

Type: glong*

The return location of the manufacturer id.

The data is owned by the caller of the function.
data

Type: glong*

The return location of the data.

The data is owned by the caller of the function.

Return value

Type: guint

The number of bytes read.