Method

AgsAudioMidiSmfUtilget_end_of_track

since: 6.0.0

Declaration [src]

guint
ags_midi_smf_util_get_end_of_track (
  AgsMidiSmfUtil* midi_smf_util,
  guchar* buffer,
  gint* delta_time
)

Description [src]

Get end of track.

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.

Return value

Type: guint

The number of bytes read.