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.

MFGetMFTMerit function

Gets the merit value of a hardware codec.

Syntax


HRESULT STDAPI MFGetMFTMerit(
  _Inout_       IUnknown *pMFT,
  _In_          UINT32   cbVerifier,
  _In_    const BYTE     *verifier,
  _Out_         DWORD    *merit
);

Parameters

pMFT [in, out]

A pointer to the IUnknown interface of the Media Foundation transform (MFT) that represents the codec.

cbVerifier [in]

The size, in bytes, of the verifier array.

verifier [in]

The address of a buffer that contains one of the following:

  • The class identifier (CLSID) of the MFT.
  • A null-terminated wide-character string that contains the symbol link for the underlying hardware device. Include the size of the terminating null in the value of cbVerifier.
merit [out]

Receives the merit value.

Return value

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

The function fails if the MFT does not represent a hardware device with a valid Output Protection Manager (OPM) certificate.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Mfapi.h

Library

Mfplat.lib

DLL

Mfplat.dll

See also

Media Foundation Functions
OPM_GET_CODEC_INFO

 

 

Show:
© 2017 Microsoft