MFT_ENUM_HARDWARE_VENDOR_ID_Attribute attribute

Specifies the vendor ID for a hardware-based Microsoft Media Foundation transform (MFT).

Data type

WCHAR*

Syntax

DECLSPEC_SELECTANY GUID MFT_ENUM_HARDWARE_VENDOR_ID_Attribute = {0x3aecb0cc,0x35b,0x4bcc,{0x81,0x85,0x2b,0x8d,0x55,0x1e,0xf3,0xaf} }  

Get/set

To get this attribute, call IMFAttributes::GetString

To set this attribute, call IMFAttributes::SetString

Remarks

This attribute is informational and optional.

Requirements

Header: Declared in mftransform.h.