Unit 'sdl_mixer' Package
[Overview][Constants][Types][Procedures and functions][Index] [#sdl]

TMusicUnion

Declaration

Source position: sdl_mixer.pas line 451

type TMusicUnion = record

  case Byte of

    0: (

        cmd: PMusicCMD;

      );

    1: (

        wave: PWAVStream;

      );

    2: (

        module: PUNIMOD;

      );

    3: (

        midi: TMidiSong;

      );

    4: (

        ogg: POGG_Music;

      );

    5: (

        mp3: PSMPEG;

      );

end;


Documentation generated on: 2023-03-18