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