Method

AgsAudioMidiSmfUtildecode

since: 6.0.0

[]

Declaration [src]

guint
ags_midi_smf_util_decode (
  AgsMidiSmfUtil* midi_smf_util,
  guchar* buffer,
  snd_seq_event_t* event
)
[]

Description [src]

Decode event to buffer.

Available since: 6.0.0

This method is not directly available to language bindings.

[]

Parameters

buffer

Type: guchar*

The MIDI buffer.

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

Type: snd_seq_event_t*

The ALSA sequencer event.

The data is owned by the caller of the method.
[]

Return value

Type: guint

The bytes written.