DXVA2_ValueRange struttura (dxva2api.h)

Definisce l'intervallo di valori supportati per un'operazione DXVA (DirectX Video Acceleration).

Sintassi

typedef struct _DXVA2_ValueRange {
  DXVA2_Fixed32 MinValue;
  DXVA2_Fixed32 MaxValue;
  DXVA2_Fixed32 DefaultValue;
  DXVA2_Fixed32 StepSize;
} DXVA2_ValueRange;

Members

MinValue

Valore minimo supportato.

MaxValue

Valore massimo supportato.

DefaultValue

Valore predefinito.

StepSize

Incremento minimo tra i valori.

Commenti

Tutti i valori di questa struttura vengono specificati come strutture DXVA2_Fixed32 .

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione dxva2api.h

Vedi anche

DXVA2_Fixed32

Strutture di Media Foundation