ASF_STATUSFLAGS enumeration
Defines status conditions for the IMFASFSplitter::GetNextSample method.
Syntax
typedef enum ASF_STATUSFLAGS { ASF_STATUSFLAGS_INCOMPLETE = 0x00000001, ASF_STATUSFLAGS_NONFATAL_ERROR = 0x00000002 } ASF_STATUSFLAGS;
Constants
- ASF_STATUSFLAGS_INCOMPLETE
-
The operation is incomplete.
- ASF_STATUSFLAGS_NONFATAL_ERROR
-
One or more non-critical errors occurred while parsing the ASF data.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Show: