Share via


WMENC_INDEXER_STATE

Windows Media Encoder SDK banner art

The WMENC_INDEXER_STATE enumeration type defines the state of the indexing process.

Syntax

typedef enum WMENC_INDEXER_STATE{
    WMENC_INDEXER_RUNNING = 1,
    WNEBC_INDEXER_STOPPED = 2,
};

Requirements

Header: wmencode.h

Library: wmenc.exe

See Also