A class library for opening, parsing, and saving MIDI files.

Chunk.ChunkID Property

Gets the 4-character Chunk type.

public char[] ChunkID {get;}

Property Value

A 4-character Chunk type.

Remarks

This value is typicall 'MThd' for Header chunks, or 'MTrk' for Track chunks.

See Also

Chunk Class | EF.SimpleMIDI Namespace