ID3D11VideoDevice::GetVideoDecoderProfileCount Method

Gets the number of profiles that are supported by the driver.

Syntax

public:
UINT GetVideoDecoderProfileCount()  

Return value

Type: UINT 

Returns the number of profiles.

Remarks

To enumerate the profiles, call ID3D11VideoDevice::GetVideoDecoderProfile.

Requirements

Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).