Share via


_MFT_SET_TYPE_FLAGS Enumeration

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

Syntax

enum _MFT_SET_TYPE_FLAGS {
  MFT_SET_TYPE_TEST_ONLY   = 0x00000001 
};

Konstanten

  • MFT_SET_TYPE_TEST_ONLY
    Test the proposed media type, but do not set it.

Anforderungen

Mindestens unterstützter Client

Windows Vista

Mindestens unterstützter Server

Windows Server 2008

Header

Mftransform.h

Siehe auch

IMFTransform::SetInputType

IMFTransform::SetOutputType

Media Foundation Enumerations

Media Foundation Transforms