TVideoGrabber.RawVideoSampleCapture

Prev

Next

TVideoGrabber

Properties

 




































































































Enables/disables the capture of the raw video samples.


Declaration
property RawVideoSampleCapture: Boolean read GetRawVideoSampleCapture write SetRawVideoSampleCapture default DEF_RawVideoSampleCapture;


__property bool RawVideoSampleCapture=read=GetRawVideoSampleCapture, write=SetRawVideoSampleCapture, default=0


Property RawVideoSampleCapture As Boolean

Description

Used to enable / disable the capture of each raw video sample coming out of the video source.
Each video sample will be returned by the OnRawVideoSample event.


See Also
TOnRawSample OnRawAudioSample OnRawVideoSample RawAudioSampleCapture RawCaptureAsyncEvent