Source position: mm_types.inc line 132
type t_mmdssample = record  | 
loop_start: mm_word;  | 
case Integer of  | 
0: (  | 
loop_length: mm_word;  | 
);  | 
1: (  | 
length: mm_word;  | 
format: mm_byte;  | 
repeat_mode: mm_byte;  | 
base_rate: mm_hword;  | 
data: mm_addr;  | 
);  | 
end;  |