D3D11_1DDIARG_CREATEVIDEODECODEROUTPUTVIEW 結構 (d3d10umddi.h)
描述影片譯碼器的輸出檢視狀態。
語法
typedef struct D3D11_1DDIARG_CREATEVIDEODECODEROUTPUTVIEW {
D3D10DDI_HRESOURCE hDrvResource;
GUID DecodeProfile;
UINT MipSlice;
UINT FirstArraySlice;
UINT ArraySize;
} D3D11_1DDIARG_CREATEVIDEODECODEROUTPUTVIEW;
成員
hDrvResource
影片譯碼器輸出資源的句柄。
DecodeProfile
要與加密搭配使用的譯碼配置檔。
MipSlice
MIP 對應配量的識別碼。
FirstArraySlice
第一個數位列配量的標識碼。
ArraySize
紋理的陣列配量數目。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 |
最低支援的伺服器 | Windows Server 2012 |
標頭 | d3d10umddi.h (包含 D3d10umddi.h) |