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

TMusicUnion

Declaration

Source position: sdl_mixer_nosmpeg.pas line 299

type TMusicUnion = record

  case Byte of

    0: (

        cmd: PMusicCMD;

      );

    1: (

        wave: PWAVStream;

      );

    2: (

        module: PUNIMOD;

      );

    3: (

        midi: TMidiSong;

      );

    4: (

        ogg: POGG_Music;

      );

end;


Documentation generated on: 2023-03-18