Share via


IWMEncIndexerStats.FileCount

Windows Media Encoder SDK banner art

The FileCount property retrieves the number of files remaining in the indexing queue, including the file currently being indexed.

Syntax

int = IWMEncIndexerStats.FileCount;

Parameters

This property takes no parameters.

Property Value

An Int32 that indicates the number of files in the indexing queue.

Remarks

The index is added during the encoding process and is no longer a separate process, so the FileCount property is always 0. This property is provided for backward compatibility.

Requirements

Reference: Windows Media Encoder

Namespace: WMEncoderLib

Assembly: Interop.WMEncoderLib.dll

Library: WMEncoderLib.dll

See Also