Source position: sdl_mixer.pas line 469
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;  |