Skip to content

RecordingHeight

property, read-only

Delphi
property RecordingHeight: LongInt read GetRecordingHeight;
C++Builder
__property System::LongInt RecordingHeight = {read=GetRecordingHeight, nodefault};
C#
public int RecordingHeight { get; }
VB.NET
Public ReadOnly Property RecordingHeight As Integer
C++/Qt
int GetRecordingHeight ();

Retrieves the height of video frames in the video stream saved to the AVI file during recording. The returned value is usually the same as VideoHeight, except when capturing DV in native interleaved mode (when RecordingInNativeFormat is enabled). 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.