Microsoft DirectX 9.0

AM_DVDCOPY_TITLEKEY

Specifies the DVD title key from the current content.

Syntax

typedef struct AM_DVDCOPY_TITLEKEY {
    ULONG KeyFlags;
    UCHAR TitleKey[6];
    UCHAR Reserved[2];
} AM_DVDCOPY_TITLEKEY, *PAM_DVDCOPY_TITLEKEY;

Members

KeyFlags

Key flags.

TitleKey

Title key.

Reserved

Reserved.

Remarks

The AM_PROPERTY_DVDCOPY_TITLE_KEY property uses this structure.

A title key is used for the DVD CSS key exchange for decryption. Implementors should get a CSS license and further instructions from CSS.

See Also