Function

AgsAudioMidiBufferUtilget_smtpe

since: 3.0.0

Declaration [src]

guint
ags_midi_buffer_util_get_smtpe (
  guchar* buffer,
  glong* delta_time,
  glong* rr,
  glong* hr,
  glong* mn,
  glong* se,
  glong* fr
)

Description [src]

Get smtpe timestamp.

Available since: 3.0.0

Parameters

buffer

Type: guchar*

The character buffer.

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

Type: glong*

The return location of timing information.

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

Type: glong*

The return location of frame rate.

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

Type: glong*

The return location of hour.

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

Type: glong*

The return location of minute.

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

Type: glong*

The return location of second.

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

Type: glong*

The return location of frame number.

The data is owned by the caller of the function.

Return value

Type: guint

The number of bytes read.