struttura D3D11_VIDEO_DECODER_DESC (d3d11.h)
Descrive un flusso video per un decodificatore video o un processore video Di Microsoft Direct3D 11.
Sintassi
typedef struct D3D11_VIDEO_DECODER_DESC {
GUID Guid;
UINT SampleWidth;
UINT SampleHeight;
DXGI_FORMAT OutputFormat;
} D3D11_VIDEO_DECODER_DESC;
Members
Guid
Profilo di decodifica. Per ottenere l'elenco dei profili supportati dal dispositivo, chiamare il metodo ID3D11VideoDevice::GetVideoDecoderProfile .
SampleWidth
Larghezza del fotogramma video, in pixel.
SampleHeight
Altezza del fotogramma video, in pixel.
OutputFormat
Formato della superficie di output, specificato come valore DXGI_FORMAT .
Requisiti
Client minimo supportato | Windows 8 [app desktop | App UWP] |
Server minimo supportato | Windows Server 2012 [app desktop | App UWP] |
Intestazione | d3d11.h |