Skip to content

Latest commit

 

History

History
72 lines (55 loc) · 2.66 KB

ns-d3d10umddi-d3d11_1ddiarg_videodecoderbeginframe.md

File metadata and controls

72 lines (55 loc) · 2.66 KB
UID title description old-location ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NS:d3d10umddi.D3D11_1DDIARG_VIDEODECODERBEGINFRAME
D3D11_1DDIARG_VIDEODECODERBEGINFRAME (d3d10umddi.h)
Specifies a content key in a call to the VideoDecoderBeginFrame function.
display\d3d11_1ddiarg_videodecoderbeginframe.htm
05/10/2018
D3D11_1DDIARG_VIDEODECODERBEGINFRAME structure
D3D11_1DDIARG_VIDEODECODERBEGINFRAME, D3D11_1DDIARG_VIDEODECODERBEGINFRAME structure [Display Devices], d3d10umddi/D3D11_1DDIARG_VIDEODECODERBEGINFRAME, display.d3d11_1ddiarg_videodecoderbeginframe
d3d10umddi.h
D3d10umddi.h
Windows
Windows 8
Windows Server 2012
Windows
display
D3D11_1DDIARG_VIDEODECODERBEGINFRAME
D3D11_1DDIARG_VIDEODECODERBEGINFRAME
d3d10umddi/D3D11_1DDIARG_VIDEODECODERBEGINFRAME
APIRef
kbSyntax
HeaderDef
D3d10umddi.h
D3D11_1DDIARG_VIDEODECODERBEGINFRAME

D3D11_1DDIARG_VIDEODECODERBEGINFRAME structure

-description

Specifies a content key in a call to the VideoDecoderBeginFrame function.

-struct-fields

-field hOutputView

A handle to the driver's private data for the video decoder output view. This handle was created through a call to the CreateVideoProcessorOutputView function.

-field pContentKey

A pointer to a content key that was used to encrypt the video frame data. If no content key was used, set this member to NULL. If the caller provides a content key, the caller must use the session key to encrypt the content key.

For more information, see the VideoDecoderBeginFrame function.

-field ContentKeySize

The size, in bytes, of the content key that is specified in the pContentKey member.

-see-also

CreateVideoProcessorOutputView

VideoDecoderBeginFrame