RecordingWidth
property, read-only
Delphi
property RecordingWidth: LongInt read GetRecordingWidth;
C++Builder
__property System::LongInt RecordingWidth = {read=GetRecordingWidth, nodefault};
C#
public int RecordingWidth { get; }
VB.NET
Public ReadOnly Property RecordingWidth As Integer
C++/Qt
int GetRecordingWidth ();
Used to retrieve the width of video frames in the video stream saved to the AVI file during recording.
The returned value is usually the same as VideoWidth, except when capturing DV in native interleaved mode (when RecordingInNativeFormat is true). In this case, the captured size is always the full DV resolution (720x576 in PAL and 720x480 in NTSC), whatever the video size used for preview.