Method

AgsAudioMidiSmfUtilput_smtpe

since: 6.0.0

Declaration [src]

void
ags_midi_smf_util_put_smtpe (
  AgsMidiSmfUtil* midi_smf_util,
  guchar* buffer,
  gint delta_time,
  gint rr,
  gint hr,
  gint mn,
  gint se,
  gint fr
)

Description [src]

Put smtpe timestamp.

Available since: 6.0.0

Parameters

buffer

Type: guchar*

The MIDI buffer.

The data is owned by the caller of the method.
delta_time

Type: gint

Timing information.

rr

Type: gint

Frame rate.

hr

Type: gint

Hour.

mn

Type: gint

Minute.

se

Type: gint

Second.

fr

Type: gint

Frame number.