Source position: CoreAudioTypes.pas line 337
type AudioBufferList = record
mNumberBuffers: UInt32;
mBuffers: array [0..0] of AudioBuffer;
end;