Source position: sdl_mixer_nosmpeg.pas line 312
type TMusicUnion = record  | 
case Byte of  | 
0: (  | 
cmd: PMusicCMD;  | 
);  | 
1: (  | 
wave: PWAVStream;  | 
);  | 
2: (  | 
module: PUNIMOD;  | 
);  | 
3: (  | 
midi: TMidiSong;  | 
);  | 
4: (  | 
ogg: POGG_Music;  | 
);  | 
end;  |