Skip to content

DVTimeCodeEnabled

property

Deprecated

Kept for backward compatibility only.

Delphi
property DVTimeCodeEnabled: Boolean read GetDVTimeCodeEnabled write SetDVTimeCodeEnabled default DEF_DVTimeCodeEnabled;
C++Builder
__property bool DVTimeCodeEnabled = {read=GetDVTimeCodeEnabled, write=SetDVTimeCodeEnabled, default=0};
C#
public bool DVTimeCodeEnabled { get; set; }
VB.NET
Public Property DVTimeCodeEnabled As Boolean
C++/Qt
BOOL GetDVTimeCodeEnabled ();
void SetDVTimeCodeEnabled (BOOL Value);

enables/disables the reporting of the DV TimeCode 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).