Condividi tramite


D3D12DDI_VIDEO_ENCODER_LEVEL_TIER_CONSTRAINTS_HEVC_0080 struttura (d3d12umddi.h)

D3D12DDI_VIDEO_ENCODER_LEVEL_TIER_CONSTRAINTS_HEVC_0080 struttura identifica il livello e il livello per una configurazione del livello HEVC.

Sintassi

typedef struct D3D12DDI_VIDEO_ENCODER_LEVEL_TIER_CONSTRAINTS_HEVC_0080 {
  D3D12DDI_VIDEO_ENCODER_LEVELS_HEVC_0080 Level;
  D3D12DDI_VIDEO_ENCODER_TIER_HEVC_0080   Tier;
} D3D12DDI_VIDEO_ENCODER_LEVEL_TIER_CONSTRAINTS_HEVC_0080;

Members

Level

Valore D3D12DDI_VIDEO_ENCODER_LEVELS_HEVC_0080 che specifica il livello associato a HEVC.

Tier

Valore D3D12DDI_VIDEO_ENCODER_TIER_HEVC_0080 che specifica il livello associato a HEVC.

Commenti

Per informazioni dettagliate sui livelli e i livelli HEVC, vedere la specifica HEVC.

Per informazioni generali, vedere Codifica video D3D12 .

Requisiti

Requisito Valore
Client minimo supportato Windows 11 (WDDM 3.0)
Intestazione d3d12umddi.h

Vedi anche

D3D12DDI_VIDEO_ENCODER_LEVEL_SETTING_0080_2