MF_OBJECT_TYPE enumeration
Defines the object types that are created by the source resolver.
Syntax
typedef enum MF_OBJECT_TYPE { MF_OBJECT_MEDIASOURCE, MF_OBJECT_BYTESTREAM, MF_OBJECT_INVALID } MF_OBJECT_TYPE;
Constants
- MF_OBJECT_MEDIASOURCE
-
Media source. You can query the object for the IMFMediaSource interface.
- MF_OBJECT_BYTESTREAM
-
Byte stream. You can query the object for the IMFByteStream interface.
- MF_OBJECT_INVALID
-
Invalid type.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: