Skip to content

Latest commit

 

History

History
108 lines (83 loc) · 3.41 KB

ns-strmif-amcoppcommand.md

File metadata and controls

108 lines (83 loc) · 3.41 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date 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 req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:strmif._AMCOPPCommand
AMCOPPCommand (strmif.h)
The AMCOPPCommand structure contains a Certified Output Protection Protocol (COPP) command.
*LPAMCOPPCommand
AMCOPPCommand
AMCOPPCommand structure [DirectShow]
AMCOPPCommandStructure
LPAMCOPPCommand
LPAMCOPPCommand structure pointer [DirectShow]
dshow.amcoppcommand
strmif/AMCOPPCommand
strmif/LPAMCOPPCommand
dshow\amcoppcommand.htm
dshow
8b2c06e9-f1b7-4185-8ade-b5abe9ac776d
4/26/2023
*LPAMCOPPCommand, AMCOPPCommand, AMCOPPCommand structure [DirectShow], AMCOPPCommandStructure, LPAMCOPPCommand, LPAMCOPPCommand structure pointer [DirectShow], dshow.amcoppcommand, strmif/AMCOPPCommand, strmif/LPAMCOPPCommand
strmif.h
Dshow.h
Windows
Windows
AMCOPPCommand, *LPAMCOPPCommand
19H1
_AMCOPPCommand
strmif/_AMCOPPCommand
LPAMCOPPCommand
strmif/LPAMCOPPCommand
AMCOPPCommand
strmif/AMCOPPCommand
c++
APIRef
kbSyntax
HeaderDef
strmif.h
AMCOPPCommand

AMCOPPCommand structure

-description

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The AMCOPPCommand structure contains a Certified Output Protection Protocol (COPP) command.

-struct-fields

-field macKDI

Message Authentication Code (MAC) of the command data. Use AES-based one-key CBC MAC (OMAC) to calculate this value.

-field guidCommandID

GUID that specifies the command.

-field dwSequence

Sequence number. The application must keep a running count of the COPP commands issued. For each command, increment the sequence number by one.

-field cbSizeData

Number of bytes of valid data in the CommandData member.

-field CommandData

Data for the command. The meaning of the data depends on the command.

-remarks

The following COPP commands are defined.

GUID Description
DXVA_COPPSetProtectionLevel Sets a specified protection type to a specified protection level.
 

For more information, see the Windows DDK documentation.

-see-also

DirectShow Structures

Using Certified Output Protection Protocol (COPP)