Function

AgsAudioMidiBufferUtilput_int32

since: 3.0.0

Declaration [src]

void
ags_midi_buffer_util_put_int32 (
  guchar* buffer,
  glong val
)

Description [src]

Put 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

The integer.