Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MFT_REGISTER_TYPE_INFO structure

Contains media type information for registering a Media Foundation transform (MFT).

Syntax


typedef struct _MFT_REGISTER_TYPE_INFO {
  GUID guidMajorType;
  GUID guidSubtype;
} MFT_REGISTER_TYPE_INFO;

Members

guidMajorType

The major media type. For a list of possible values, see Major Media Types.

guidSubtype

The media subtype. For a list of possible values, see the following topics:

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Mfapi.h

See also

Media Foundation Structures
MFTEnum
MFTGetInfo
MFTRegister

 

 

Show:
© 2017 Microsoft