Skip to content

RawVideoSampleCapture

property

Delphi
property RawVideoSampleCapture: Boolean read GetRawVideoSampleCapture write SetRawVideoSampleCapture default DEF_RawVideoSampleCapture;
C++Builder
__property bool RawVideoSampleCapture = {read=GetRawVideoSampleCapture, write=SetRawVideoSampleCapture, default=0};
C#
public bool RawVideoSampleCapture { get; set; }
VB.NET
Public Property RawVideoSampleCapture As Boolean
C++/Qt
BOOL GetRawVideoSampleCapture ();
void SetRawVideoSampleCapture (BOOL Value);

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.