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