Source position: CoreAudioTypes.pas line 320
type AudioBuffer = record
mNumberChannels: UInt32;
mDataByteSize: UInt32;
mData: UnivPtr;
end;