ASF_STATUSFLAGS enumeration (wmcontainer.h)

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_INCOMPLETE
Value: 0x1
The operation is incomplete.
ASF_STATUSFLAGS_NONFATAL_ERROR
Value: 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

See also

Media Foundation Enumerations