DXGI_DECODE_SWAP_CHAIN_DESC structure (dxgi1_3.h)

Used with IDXGIFactoryMedia::CreateDecodeSwapChainForCompositionSurfaceHandle to describe a decode swap chain.

Syntax

typedef struct DXGI_DECODE_SWAP_CHAIN_DESC {
  UINT Flags;
} DXGI_DECODE_SWAP_CHAIN_DESC;

Members

Flags

Type: UINT

Can be 0, or a combination of DXGI_SWAP_CHAIN_FLAG_FULLSCREEN_VIDEO and/or DXGI_SWAP_CHAIN_FLAG_YUV_VIDEO. Those named values are members of the DXGI_SWAP_CHAIN_FLAG enumerated type, and you can combine them by using a bitwise OR operation. The resulting value specifies options for decode swap-chain behavior.

Requirements

Requirement Value
Header dxgi1_3.h

See also

DXGI Structures