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 status conditions for the IMFASFSplitter::GetNextSample method.
Syntax
typedef enum ASF_STATUSFLAGS {
ASF_STATUSFLAGS_INCOMPLETE = 0x1,
ASF_STATUSFLAGS_NONFATAL_ERROR = 0x2
} ;
Constants
ASF_STATUSFLAGS_INCOMPLETEValue: 0x1 The operation is incomplete. |
ASF_STATUSFLAGS_NONFATAL_ERRORValue: 0x2 One or more non-critical errors occurred while parsing the ASF data. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wmcontainer.h |