Method
AgsAudioMidiSmfUtilget_smtpe
since: 6.0.0
Declaration [src]
guint
ags_midi_smf_util_get_smtpe (
AgsMidiSmfUtil* midi_smf_util,
guchar* buffer,
gint* delta_time,
gint* rr,
gint* hr,
gint* mn,
gint* se,
gint* fr
)
Parameters
buffer
-
Type:
guchar*
The MIDI buffer.
The data is owned by the caller of the method. delta_time
-
Type:
gint*
The return location of timing information.
The argument will be set by the function. rr
-
Type:
gint*
The return location of frame rate.
The argument will be set by the function. hr
-
Type:
gint*
The return location of hour.
The argument will be set by the function. mn
-
Type:
gint*
The return location of minute.
The argument will be set by the function. se
-
Type:
gint*
The return location of second.
The argument will be set by the function. fr
-
Type:
gint*
The return location of frame number.
The argument will be set by the function.