Source position: audio.pas line 66
type tIOAudio = record
ioa_Request: tIORequest;
ioa_AllocKey: SmallInt;
ioa_Data: Pointer;
ioa_Length: LongWord;
ioa_Period: Word;
ioa_Volume: Word;
ioa_Cycles: Word;
ioa_WriteMsg: tMessage;
end;