Defines flags for the setting or testing the media type on a Media Foundation transform (MFT).
enum _MFT_SET_TYPE_FLAGS
{
MFT_SET_TYPE_TEST_ONLY = 0x1
};
| Constant | Description |
|---|---|
| MFT_SET_TYPE_TEST_ONLY | Test the proposed media type, but do not set it. |
Header: Declared in mftransform.h.