WMEncoder.OnIndexerStateChange

Windows Media Encoder SDK banner art

The OnIndexerStateChange event receives an event notice indicating whether the indexing process for a Windows Media file has been started or stopped.

Syntax

WMEncoder.OnIndexerStateChange(enumIndexerState, strFile)

Parameters

enumIndexerState

[in]  Member of a WMENC_INDEXER_STATE enumeration type to specify the state of the indexing process.

strFile

[in]  String containing the name of the file being indexed.

Return Values

This event does not return a value.

Remarks

A file index enables operations, such as fast forwarding, that must seek to specific time offsets in a file.

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

Requirements

Reference: Windows Media Encoder

Library: wmenc.exe

See Also