Share via


IWMEncIndexerStats.PercentComplete

Windows Media Encoder SDK banner art

The PercentComplete property retrieves the percentage of indexing completed for the file currently being indexed.

Syntax

int = IWMEncIndexerStats.PercentComplete;

Parameters

This property takes no parameters.

Property Value

An Int32 containing the percentage of indexing completed.

Remarks

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

Namespace: WMEncoderLib

Assembly: Interop.WMEncoderLib.dll

Library: WMEncoderLib.dll

See Also