LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
IndexMode Property
See Also 
Leadtools.Multimedia Namespace > CaptureCtrl Class : IndexMode Property



Gets or sets the enabled state for WMV stream capture time indexing.

Syntax

Visual Basic (Declaration) 
Public Overridable Property IndexMode As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CaptureCtrl
Dim value As Boolean
 
instance.IndexMode = value
 
value = instance.IndexMode
C# 
public virtual bool IndexMode {get; set;}
C++/CLI 
public:
virtual property bool IndexMode {
   bool get();
   void set (    bool value);
}

Property Value

true if index mode is enabled; false, otherwise.

Remarks

By default, the WM WMV Writer filter creates time indexed WMV files. It performs the indexing when the graph is stopped. To disable this time index creation, set IndexMode to false.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also