FrameCaptureZoomSize
property
Delphi
property FrameCaptureZoomSize: LongInt read GetFrameCaptureZoomSize write SetFrameCaptureZoomSize default DEF_FrameCaptureZoomSize;
C++Builder
__property System::LongInt FrameCaptureZoomSize = {read=GetFrameCaptureZoomSize, write=SetFrameCaptureZoomSize, default=100};
C#
public int FrameCaptureZoomSize { get; set; }
VB.NET
Public Property FrameCaptureZoomSize As Integer
C++/Qt
int GetFrameCaptureZoomSize ();
void SetFrameCaptureZoomSize (int Value);
Used to modify the size of video frames captured using the frame capture, in percent of the video source size.
The captured frames will be stretched to the specified percentage of the video source width and video source height .
Default value: 100 (percent).