KS_DVDCOPYSTATE enumeration (ksmedia.h)
The KS_DVDCOPYSTATE enumeration describes the progress of the DVD copyright protection initialization, authentication and key negotiation sequence.
Syntax
typedef enum {
KS_DVDCOPYSTATE_INITIALIZE,
KS_DVDCOPYSTATE_INITIALIZE_TITLE,
KS_DVDCOPYSTATE_AUTHENTICATION_NOT_REQUIRED,
KS_DVDCOPYSTATE_AUTHENTICATION_REQUIRED,
KS_DVDCOPYSTATE_DONE
} KS_DVDCOPYSTATE;
Constants
KS_DVDCOPYSTATE_INITIALIZE Indicates that the full copyright protection sequence is starting. |
KS_DVDCOPYSTATE_INITIALIZE_TITLE Indicates that a title key copyright protection sequence is starting. |
KS_DVDCOPYSTATE_AUTHENTICATION_NOT_REQUIRED Indicates that no authentication is required. |
KS_DVDCOPYSTATE_AUTHENTICATION_REQUIRED Indicates that authentication is required. |
KS_DVDCOPYSTATE_DONE Indicates that the copyright protection sequence is complete. |
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h (include Ksmedia.h) |