Function

AgsAudioMidiBufferUtilseek_message

since: 3.0.0

Declaration [src]

guchar*
ags_midi_buffer_util_seek_message (
  guchar* buffer,
  guint message_count,
  glong* delta_time
)

Description [src]

Seek MIDI messages from buffer.

Available since: 3.0.0

Parameters

buffer

Type: guchar*

The buffer to seek.

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

Type: guint

Seek count messages.

delta_time

Type: glong*

The return location of current delta time.

The data is owned by the caller of the function.

Return value

Type: guchar*

The buffer at offset at message_count ahead.

The data is owned by the called function.