Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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


Feedback

Was this page helpful?

Additional resources