Skip to content

AVIFormatOpenDML

property

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

Used to specify the index format of the AVI file created during recording (AVI 1.0 or AVI 2.0 OpenDML).

false: indicates an AVI 1.0 compatible index format.

true: indicates an AVI 2.0 index format.

AVI 2.0 index format allows for increased AVI file size (greater than 1 GB), hierarchical indexing, incremental growth of files, and minimal disk seeks.