Method

AgsAudioMidiFileread

since: 3.0.0

Declaration [src]

unsigned char*
ags_midi_file_read (
  AgsMidiFile* midi_file
)

Description [src]

Reads all bytes of the file’s stream and stores them in the internal buffer.

Available since: 3.0.0

Return value

Type: unsigned char*

The data array just read.

The data is owned by the instance.