TVideoGrabber.OnRawAudioSample

Prev

Next

TVideoGrabber

Events

 




































































































Gives access to the current audio sample.


Declaration
property OnRawAudioSample: TOnRawSample read FOnRawAudioSample write FOnRawAudioSample;


__property TOnRawSample OnRawAudioSample=read=FOnRawAudioSample, write=FOnRawAudioSample


Event OnRawAudioSample(pSampleBuffer As Long, SampleBufferSize As Long, SampleDataLength As Long, FormatType As TxFormatType, pFormat As Long, pBitmapInfoHeader As Long, SampleStartTime As Double, SampleStopTime As Double)

Description

This TOnRawSample event gives access to the current audio sample.


See Also
TOnRawSample OnRawVideoSample RawAudioSampleCapture RawCaptureAsyncEvent RawVideoSampleCapture