Expand Minimize
This topic has not yet been rated - Rate this topic

MFIsFormatYUV function

Queries whether a FOURCC code or D3DFORMAT value is a YUV format.

Syntax


BOOL MFIsFormatYUV(
  _In_  DWORD Format
);

Parameters

Format [in]

FOURCC code or D3DFORMAT value.

Return value

The function returns one of the following values.

Return codeDescription
TRUE

The value specifies a YUV format.

FALSE

The value does not specify a recognized YUV format.

 

Remarks

This function checks whether Format specifies a YUV format. Not every YUV format is recognized by this function. However, if a YUV format is not recognized by this function, it is probably not supported for video rendering or DirectX video acceleration (DXVA).

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Mfapi.h

Library

Evr.lib

DLL

Evr.dll

See also

Media Foundation Functions
Media Types

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.