Unit 'mmbase' Package
[Overview][Constants][Types][Index] [#os2units]

MidiHeader

Declaration

Source position: mmbase.pas line 2688

type MidiHeader = record

  chHeaderChunk: array [0..3] of AnsiChar;

  case Boolean of

    True: (

        dwHeaderLength: Dword;

        wFormat: Word;

        wNumTracks: Word;

        wDivision: Word;

        vpAdditionalInformation_: ;

      );

    False: (

        ulHeaderLength: LongInt;

        usFormat: Integer;

        usNumTracks: Integer;

        usDivision: Integer;

        vpAdditionalInformation: Pointer;

      );

end;


Documentation generated on: 2025-07-25