TVideoGrabber.OnRawVideoSample

Prev

Next

TVideoGrabber

Events

 




































































































Gives access to the current video sample


Declaration
property OnRawVideoSample: TOnRawSample read FOnRawVideoSample write FOnRawVideoSample;


__property TOnRawSample OnRawVideoSample=read=FOnRawVideoSample, write=FOnRawVideoSample


Event OnRawVideoSample(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 gives access to the current video sample


See Also
TOnRawSample OnRawAudioSample RawAudioSampleCapture RawCaptureAsyncEvent RawVideoSampleCapture