Function

AgsAudioMidiBufferUtilget_varlength

since: 3.0.0

Declaration [src]

guint
ags_midi_buffer_util_get_varlength (
  guchar* buffer,
  glong* varlength
)

Description [src]

Get the variable lenght value from buffer.

Available since: 3.0.0

Parameters

buffer

Type: guchar*

The character buffer.

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

Type: glong*

The return location.

The data is owned by the caller of the function.

Return value

Type: guint

The number of bytes read.