IDirectXVideoDecoderService::GetDecoderRenderTargets 方法 (dxva2api.h)
擷取指定解碼器裝置支援的轉譯目標。
語法
HRESULT GetDecoderRenderTargets(
[in] REFGUID Guid,
[out] UINT *pCount,
[out] D3DFORMAT **pFormats
);
參數
[in] Guid
識別解碼器裝置的 GUID。 若要取得可用的裝置 GUID,請呼叫 IDirectXVideoDecoderService::GetDecoderDeviceGuids。
[out] pCount
接收格式數目。
[out] pFormats
接收格式陣列,指定為 D3DFORMAT 值。 陣列的大小會在 pCount 參數中擷取。 方法會配置陣列的記憶體。 呼叫端必須呼叫 CoTaskMemFree來釋放記憶體。
傳回值
方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。
傳回碼 | 描述 |
---|---|
|
此方法已成功。 |
需求
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | dxva2api.h |