WMEncoder.IndexerState

Windows Media Encoder SDK banner art

The IndexerState property retrieves the state of the indexing process.

Syntax

WMENC_INDEXER_STATE = WMEncoder.IndexerState

Parameters

This property takes no parameters.

Property Value

A member of a WMENC_INDEXER_STATE enumeration type that specifies the state of the indexing process.

Remarks

This property is read-only. A file index enables operations, such as fast forwarding, that must seek to specific time offsets in a stream.

The index is added during the encoding process and is no longer a separate process. This property is provided for backward-compatibility.

Requirements

Reference: Windows Media Encoder

Library: wmenc.exe

See Also