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
)

Description [src]

Get 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*

The return location of timing information.

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

Type: gint*

The return location of frame rate.

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

Type: gint*

The return location of hour.

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

Type: gint*

The return location of minute.

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

Type: gint*

The return location of second.

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

Type: gint*

The return location of frame number.

The data is owned by the caller of the method.

Return value

Type: guint

The number of bytes read.