IWMEncIndexerStats.FileName

Windows Media Encoder SDK banner art

The FileName property retrieves the name of a specific file in the indexing queue.

Syntax

String = IWMEncIndexerStats.FileName(lIndex)

Parameters

lIndex

[in]  Long containing the index into the queue. The index is zero-based.

Property Value

A String that contains the file name.

Remarks

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

Requirements

Reference: Windows Media Encoder

Library: wmenc.exe

See Also