D3D12DDI_DEVICE_FUNCS_VIDEO_0033 struttura (d3d12umddi.h)
Funzioni del dispositivo del video.
Sintassi
typedef struct D3D12DDI_DEVICE_FUNCS_VIDEO_0033 {
PFND3D12DDI_VIDEO_GETCAPS pfnGetCaps;
PFND3D12DDI_CALCPRIVATEVIDEODECODERSIZE_0032 pfnCalcPrivateVideoDecoderSize;
PFND3D12DDI_CREATEVIDEODECODER_0032 pfnCreateVideoDecoder;
PFND3D12DDI_DESTROYVIDEODECODER_0021 pfnDestroyVideoDecoder;
PFND3D12DDI_CALCPRIVATEVIDEODECODERHEAPSIZE_0033 pfnCalcPrivateVideoDecoderHeapSize;
PFND3D12DDI_CREATEVIDEODECODERHEAP_0033 pfnCreateVideoDecoderHeap;
PFND3D12DDI_DESTROYVIDEODECODERHEAP_0032 pfnDestroyVideoDecoderHeap;
PFND3D12DDI_CALCPRIVATEVIDEOPROCESSORSIZE_0032 pfnCalcPrivateVideoProcessorSize;
PFND3D12DDI_CREATEVIDEOPROCESSOR_0032 pfnCreateVideoProcessor;
PFND3D12DDI_DESTROYVIDEOPROCESSOR_0021 pfnDestroyVideoProcessor;
} D3D12DDI_DEVICE_FUNCS_VIDEO_0033;
Members
pfnGetCaps
Ottenere funzionalità. Vedere PFND3D12DDI_VIDEO_GETCAPS.
pfnCalcPrivateVideoDecoderSize
Calcola le dimensioni del decodificatore video privato. Vedere PFND3D12DDI_CALCPRIVATEVIDEODECODERSIZE_0032.
pfnCreateVideoDecoder
Crea un decodificatore video. Vedere PFND3D12DDI_CREATEVIDEODECODER_0032.
pfnDestroyVideoDecoder
Distrugge il decodificatore video. Vedere PFND3D12DDI_DESTROYVIDEODECODER_0021.
pfnCalcPrivateVideoDecoderHeapSize
Calcola le dimensioni dell'heap del decodificatore video privato. Vedere PFND3D12DDI_CALCPRIVATEVIDEODECODERHEAPSIZE_0033.
pfnCreateVideoDecoderHeap
Crea l'heap del decodificatore video. Vedere PFND3D12DDI_CREATEVIDEODECODERHEAP_0033.
pfnDestroyVideoDecoderHeap
Distrugge l'heap del decodificatore video. Vedere PFND3D12DDI_DESTROYVIDEODECODERHEAP_0032.
pfnCalcPrivateVideoProcessorSize
Calcola le dimensioni del processore video privato. Vedere PFND3D12DDI_CALCPRIVATEVIDEOPROCESSORSIZE_0032.
pfnCreateVideoProcessor
Crea il processore video. Vedere PFND3D12DDI_CREATEVIDEOPROCESSOR_0032.
pfnDestroyVideoProcessor
Distrugge il processore video. Vedere PFND3D12DDI_DESTROYVIDEOPROCESSOR_0021.
Requisiti
Requisito | Valore |
---|---|
Intestazione | d3d12umddi.h |