IWMEncIndexerStats Interface

Windows Media Encoder SDK banner art

The IWMEncIndexerStats interface monitors the indexing process for a Windows Media file. A file index enables operations, such as fast forwarding, that must seek to specific time offsets in the file.

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

The IWMEncIndexerStats interface exposes the following properties and method.

Property Description
FileCount Retrieves the number of files remaining in the indexing queue, including the file currently being indexed.
PercentComplete Retrieves the percentage of indexing completed for the file currently being indexed.
Method Description
get_FileName Retrieves the name of a specific file in the indexing queue.

See Also