Method

AgsAudioMidiFilewrite_header

since: 3.0.0

Declaration [src]

void
ags_midi_file_write_header (
  AgsMidiFile* midi_file,
  unsigned char* buffer,
  guint buffer_length
)

Description [src]

Write header bytes.

Available since: 3.0.0

Parameters

buffer

Type: unsigned char*

The buffer to write.

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

Type: guint

The length of the buffer.