IDirectXVideoProcessorService::GetVideoProcessorSubStreamFormats 方法 (dxva2api.h)
取得指定視訊處理器裝置所支援的子數據流格式清單。
語法
HRESULT GetVideoProcessorSubStreamFormats(
[in] REFGUID VideoProcDeviceGuid,
[in] const DXVA2_VideoDesc *pVideoDesc,
[in] D3DFORMAT RenderTargetFormat,
[out] UINT *pCount,
[out] D3DFORMAT **pFormats
);
參數
[in] VideoProcDeviceGuid
識別視訊處理器裝置的 GUID。 若要取得視訊處理器 GUID 的清單,請呼叫 IDirectXVideoProcessorService::GetVideoProcessorDeviceGuids。
[in] pVideoDesc
描述影片內容的 DXVA2_VideoDesc 結構的指標。
[in] RenderTargetFormat
轉譯目標介面的格式,指定為 D3DFORMAT 值。 如需詳細資訊,請參閱 Direct3D 檔。 您也可以使用FOURCC程式碼來指定 D3DFORMAT 列舉中未定義的格式。 請參閱 VIDEO FOURC。
[out] pCount
接收 ppFormats 陣列中傳回的項目數。
[out] pFormats
接收 D3DFORMAT 值的陣列。 呼叫端必須呼叫 CoTaskMemFree 來釋放數位。 數位可以同時包含 RGB 和 YUB 像素格式。
傳回值
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | dxva2api.h |