AM_DVDCOPY_DISCKEY
Microsoft DirectShow 9.0 |
AM_DVDCOPY_DISCKEY
Specifies the DVD disc key.
Syntax
typedef struct _AM_DVDCOPY_DISCKEY { BYTE DiscKey[2048]; } AM_DVDCOPY_DISCKEY, *PAM_DVDCOPY_DISCKEY;
Members
DiscKey
DVD disc key.
Remarks
The AM_PROPERTY_DVDCOPY_DISC_KEY property uses this structure.
A disc key is used for the DVD CSS key exchange for decryption. Implementors should get a CSS license and further instructions from CSS.
Requirements
Header: Include Dvdmedia.h.
See Also