Method
AgsAudioMidiSmfUtilseek_message
since: 6.0.0
[−]
Declaration [src]
guchar*
ags_midi_smf_util_seek_message (
AgsMidiSmfUtil* midi_smf_util,
guchar* buffer,
guint message_count,
gint* delta_time
)
[−]
Parameters
buffer
-
Type:
guchar*
The buffer to seek.
The data is owned by the caller of the method. message_count
-
Type:
guint
Seek count messages.
delta_time
-
Type:
gint*
The return location of current delta time.
The argument will be set by the function.
[−]
Return value
Type: guchar*
The buffer at offset at message_count
ahead.
The returned data is owned by the instance. |