Source position: mm_types.inc line 146
type t_mmsoundeffect = record
case Integer of
0: (
id: mm_word;
);
1: (
sample: pmm_ds_sample;
rate: mm_hword;
handle: mm_sfxhand;
volume: mm_byte;
panning: mm_byte;
end;