Method

AgsAudioMidiSmfUtilget_varlength

since: 6.0.0

Declaration [src]

guint
ags_midi_smf_util_get_varlength (
  AgsMidiSmfUtil* midi_smf_util,
  guchar* buffer,
  gint* varlength
)

Description [src]

Get the variable lenght value from buffer.

Available since: 6.0.0

Parameters

buffer

Type: guchar*

The MIDI buffer.

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

Type: gint*

The return location.

The data is owned by the caller of the method.

Return value

Type: guint

The number of bytes read.