Skip to content

DVDateTimeEnabled

property

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

Enables/disables the reporting of the date/time for DV sources (e.g. like a camcorder). This property is enabled by default. Disabling it may save a few CPU load (non-DV sources are not concerned by this setting).