Function

AgsAudioMidiBufferUtilget_int16

since: 3.0.0

Declaration [src]

void
ags_midi_buffer_util_get_int16 (
  guchar* buffer,
  glong* val
)

Description [src]

Get signed 32 bit integer.

Available since: 3.0.0

Parameters

buffer

Type: guchar*

The character buffer.

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

Type: glong*

Return location of the integer.

The data is owned by the caller of the function.