AM_DVDCOPY_BUSKEY
Microsoft DirectShow 9.0 |
AM_DVDCOPY_BUSKEY
Identifies the DVD bus key.
Syntax
typedef struct _AM_DVDCOPY_BUSKEY { BYTE BusKey[5]; BYTE Reserved[1]; } AM_DVDCOPY_BUSKEY, *PAM_DVDCOPY_BUSKEY;
Members
BusKey
DVD drive bus key.
Reserved
Reserved.
Remarks
The AM_PROPERTY_DVDCOPY_DVD_KEY1 and AM_PROPERTY_DVDCOPY_DEC_KEY2 properties use this structure.
A bus 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