Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the ASF indexer options.
Syntax
typedef enum MFASF_INDEXERFLAGS {
MFASF_INDEXER_WRITE_NEW_INDEX = 0x1,
MFASF_INDEXER_READ_FOR_REVERSEPLAYBACK = 0x2,
MFASF_INDEXER_WRITE_FOR_LIVEREAD = 0x4
} MFASF_INDEXER_FLAGS;
Constants
MFASF_INDEXER_WRITE_NEW_INDEXValue: 0x1 The indexer creates a new index object. |
MFASF_INDEXER_READ_FOR_REVERSEPLAYBACKValue: 0x2 The indexer returns values for reverse playback. |
MFASF_INDEXER_WRITE_FOR_LIVEREADValue: 0x4 The indexer creates an index object for a live ASF stream. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wmcontainer.h |