Skip to content

AVIDurationUpdated

property

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

Activates the OnAVIDurationUpdated event.

When activated and the AVI recording ends: - TVideoGrabber fixes a possible wrong AVI duration in the AVI file format, that can be caused e.g. by a large amount of dropped frames. - the OnAVIDurationUpdated event occurs, that gives more control on the duration and frame rate interval.