共用方式為


PDXVAHDSW_GetVideoProcessorFilterRange回呼函式 (dxvahd.h)

從軟體外掛程式 Microsoft DirectX 影片加速高定義 (DXVA-HD) 裝置取得支援的影像篩選值範圍。

語法

PDXVAHDSW_GetVideoProcessorFilterRange PdxvahdswGetvideoprocessorfilterrange;

HRESULT PdxvahdswGetvideoprocessorfilterrange(
  [in]  HANDLE hDevice,
  [in]  DXVAHD_FILTER Filter,
  [out] DXVAHD_FILTER_RANGE_DATA *pRange
)
{...}

參數

[in] hDevice

外掛程式 DXVA-HD 裝置的句柄。

[in] Filter

影像篩選的類型,指定為 DXVAHD_FILTER 列舉的成員。

[out] pRange

DXVAHD_FILTER_RANGE_DATA 結構的指標。 函式會以指定篩選條件的值範圍填滿 結構。

傳回值

如果此回呼函式成功,它會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

規格需求

需求
最低支援的用戶端 Windows 7 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 R2 [僅限傳統型應用程式]
目標平台 Windows
標頭 dxvahd.h

另請參閱

DXVA-HD

DXVAHDSW_CALLBACKS

IDXVAHD_Device::GetVideoProcessorFilterRange

媒體基礎函式