IndexMode Property

Summary

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

Syntax
C#
VB
C++
public virtual bool IndexMode { get; set; } 
Public Overridable Property IndexMode As Boolean 
public: 
virtual property bool IndexMode { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if index mode is enabled; false, otherwise.

Remarks

By default, the WM WMV Writer filter creates time-indexed WMV files. Indexing is performed when the graph is stopped. To disable time index creation, set the IndexMode to false.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly