enumerazione D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY (d3d10umddi.h)
Un valore D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY descrive le funzionalità video sottoposte a query tramite una chiamata alla funzione di PFND3DWDDM2_0DDI_QUERYVIDEOCAPABILITIES del driver.
Sintassi
typedef enum D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY {
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_DECODER_DOWNSAMPLING = 2,
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_RECOMMEND_DECODER_DOWNSAMPLING = 3,
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_DECODER_CAPS = 4,
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_DECODER_DOWNSAMPLE_OUTPUT_FORMAT = 5,
D3DWDDM2_4DDI_VIDEO_CAPABILITY_QUERY_DECODER_HISTOGRAM = 6
} ;
Costanti
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_DECODER_DOWNSAMPLING Valore: 2 Eseguire query sul supporto del driver per i parametri di campionamento down specificati. |
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_RECOMMEND_DECODER_DOWNSAMPLING Valore: 3 Eseguire query sul supporto del driver per i parametri di campionamento down specificati consigliati dal driver in modalità utente. |
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_DECODER_CAPS Valore: 4 Eseguire una query sulle funzionalità del decodificatore video del driver. |
D3DWDDM2_0DDI_VIDEO_CAPABILITY_QUERY_DECODER_DOWNSAMPLE_OUTPUT_FORMAT Valore: 5 Eseguire una query sul supporto del driver per il formato di output di esempio specificato. |
D3DWDDM2_4DDI_VIDEO_CAPABILITY_QUERY_DECODER_HISTOGRAM Valore: 6 Eseguire una query sul supporto del driver per l'istogramma di decodificatore specificato. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10 |
Server minimo supportato | Windows Server 2016 |
Intestazione | d3d10umddi.h (include D3d10umddi.h) |
Vedi anche
D3DWDDM2_0DDI_VIDEO_CAPABILITY_DECODER_CAPS
D3DWDDM2_0DDI_VIDEO_CAPABILITY_DECODER_DOWNSAMPLE_OUTPUT_FORMAT
D3DWDDM2_0DDI_VIDEO_CAPABILITY_DECODER_DOWNSAMPLING
D3DWDDM2_4DDI_VIDEO_CAPABILITY_DECODER_HISTOGRAM
D3DWDDM2_0DDI_VIDEO_CAPABILITY_RECOMMEND_DECODER_DOWNSAMPLING