_MFT_SET_TYPE_FLAGS enumeration (mftransform.h)

Defines flags for the setting or testing the media type on a Media Foundation transform (MFT).

Syntax

typedef enum _MFT_SET_TYPE_FLAGS {
  MFT_SET_TYPE_TEST_ONLY = 0x1
} ;

Constants

 
MFT_SET_TYPE_TEST_ONLY
Value: 0x1
Test the proposed media type, but do not set it.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Header mftransform.h

See also

IMFTransform::SetInputType

IMFTransform::SetOutputType

Media Foundation Enumerations

Media Foundation Transforms