PDXVAHDSW_GetVideoProcessorOutputFormats callback function (dxvahd.h)
Gets the output formats that are supported by a software plug-in Microsoft DirectX Video Acceleration High Definition (DXVA-HD) device.
Syntax
PDXVAHDSW_GetVideoProcessorOutputFormats PdxvahdswGetvideoprocessoroutputformats;
HRESULT PdxvahdswGetvideoprocessoroutputformats(
[in] HANDLE hDevice,
[in] const DXVAHD_CONTENT_DESC *pContentDesc,
[in] DXVAHD_DEVICE_USAGE Usage,
[in] UINT Count,
[out] D3DFORMAT *pFormats
)
{...}
Parameters
[in] hDevice
A handle to the plug-in DXVA-HD device.
[in] pContentDesc
A pointer to a DXVAHD_CONTENT_DESC structure that describes the video content.
[in] Usage
A member of the DXVAHD_DEVICE_USAGE enumeration, describing how the device will be used.
[in] Count
The number of formats to retrieve.
[out] pFormats
A pointer to an array of D3DFORMAT values. The Count parameter specifies the number of elements in the array. The function fills the array with a list of output formats.
Return value
If this callback function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | dxvahd.h |