Method

AgsAudioMidiCIUtilget_muid_with_position

since: 7.0.5

Declaration [src]

guint
ags_midi_ci_util_get_muid_with_position (
  AgsMidiCIUtil* midi_ci_util,
  guchar* buffer,
  gint position,
  AgsMUID* muid
)

Description [src]

Get MUID.

Available since: 7.0.5

Parameters

buffer

Type: guchar*

The buffer.

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

Type: gint

The position in the byte stream.

muid

Type: AgsMUID

The return location of AgsMUID.

The argument will be set by the function.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.

Return value

Type: guint

The number of bytes read.