Skip to content

RecordingInNativeFormat

property

Delphi
property RecordingInNativeFormat: Boolean read GetRecordingInNativeFormat write SetRecordingInNativeFormat  default DEF_RecordingInNativeFormat;
C++Builder
__property bool RecordingInNativeFormat = {read=GetRecordingInNativeFormat, write=SetRecordingInNativeFormat, default=1};
C#
public bool RecordingInNativeFormat { get; set; }
VB.NET
Public Property RecordingInNativeFormat As Boolean
C++/Qt
BOOL GetRecordingInNativeFormat ();
void SetRecordingInNativeFormat (BOOL Value);

Used to specify that the video stream must be saved as it comes out of the video device (no overlay, no compression), i.e. "as is" into the AVI file, or if it can be modified (compression, frame overlay, etc...)

enabled (default): the video stream is saved as it comes out of the video capture device, it cannot be modified, disabled: the video stream is saved after going through the frame grabber (e.g. for text of graphics overlay) and/or a video compressor (for "on the fly" compression).