Source position: CoreAudioTypes.pas line 302
type AudioValueTranslation = record
mInputData: UnivPtr;
mInputDataSize: UInt32;
mOutputData: UnivPtr;
mOutputDataSize: UInt32;
end;