Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 1.65 KB

ns-d3d12video-d3d12_feature_data_video_encoder_codec.md

File metadata and controls

60 lines (48 loc) · 1.65 KB
UID tech.root title ms.date targetos description prerelease req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NS:d3d12video.D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC
mf
D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC
06/07/2021
Windows
Retrieves a value indicating if the specified codec is supported for video encoding.
false
structure
d3d12video.h
Windows Build 22000
Windows Build 22000
D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC
apiref
HeaderDef
d3d12video.h
D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC
D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC
d3d12video/D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC
c++

-description

Provides data for calls to ID3D12VideoDevice::CheckFeatureSupport when the feature specified is D3D12_FEATURE_VIDEO_ENCODER_CODEC. Retrieves a value indicating if the specified codec is supported for video encoding.

-struct-fields

-field NodeIndex

In multi-adapter operation, this indicates which physical adapter of the device this operation applies to.

-field Codec

A member of the D3D12_VIDEO_ENCODER_CODEC enumeration specifying the codec for which encoder support is being queried.

-field IsSupported

Receives a boolean value indicating if the specified codec is supported.

-remarks

-see-also