Method

AgsAudioMidiParserparse_bytes

Declaration [src]

xmlNode*
ags_midi_parser_parse_bytes (
  AgsMidiParser* midi_parser,
  guchar* midi_buffer,
  guint buffer_length
)

Description

No description available.

This method is not directly available to language bindings.

Parameters

midi_buffer

Type: guchar*

No description available.

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

Type: guint

No description available.

Return value

Type: xmlNode

No description available.

The data is owned by the instance.