Method

AgsAudioMidiSmfUtilget_sequencer_meta_event

since: 6.0.0

Declaration [src]

guint
ags_midi_smf_util_get_sequencer_meta_event (
  AgsMidiSmfUtil* midi_smf_util,
  guchar* buffer,
  gint* delta_time,
  gint* len,
  gint* id,
  gint* data
)

Description [src]

Get sequencer meta event.

Available since: 6.0.0

Parameters

buffer

Type: guchar*

The MIDI buffer.

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

Type: gint*

The return location of timing information.

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

Type: gint*

The return location of the length of data.

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

Type: gint*

The return location of the manufacturer id.

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

Type: gint*

The return location of the data.

The data is owned by the caller of the method.

Return value

Type: guint

The number of bytes read.