Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the codec profile associated with the video encoder heap.
Syntax
HRESULT GetCodecProfile(
D3D12_VIDEO_ENCODER_PROFILE_DESC dstProfile
);
Parameters
dstProfile
Receives a D3D12_VIDEO_ENCODER_PROFILE_DESC structure representing the codec profile specified in the D3D12_VIDEO_ENCODER_HEAP_DESC passed into ID3D12VideoDevice3::CreateVideoEncoderHeap.
Return value
Returns S_OK on success.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Build 22000 |
Minimum supported server | Windows Build 22000 |
Header | d3d12video.h |