TOnRawAudioSample
TOnRawAudioSample = procedure (Sender: TObject; pSampleBuffer: LongInt; SampleBufferSize: LongInt; SampleDataLength: LongInt; FormatType: TFormatType; pFormat: LongInt; pWaveFormatEx: LongInt; SampleStartTime: LargeInteger; SampleStopTime: LargeInteger) of object;
Type of the OnRawAudioSample event, which hands over each raw audio sample together with its format and its start and stop times.