BDA_DrmPairingError
Microsoft DirectShow 9.0 |
BDA_DrmPairingError
Specifies the status of a DRM handshake between a tuner and the user's computer.
Syntax
typedef enum BDA_DrmPairingError { BDA_DrmPairing_Succeeded = 0, BDA_DrmPairing_HardwareFailure, BDA_DrmPairing_NeedRevocationData, BDA_DrmPairing_NeedIndiv, BDA_DrmPairing_Other, BDA_DrmPairing_DrmInitFailed, BDA_DrmPairing_DrmNotPaired, BDA_DrmPairing_DrmRePairSoon } BDA_DrmPairingError;
Members
BDA_DrmPairing_Succeeded
The handshake was successful.
BDA_DrmPairing_HardwareFailure
A hardware failure occurred.
BDA_DrmPairing_NeedRevocationData
The tuner could not obtain the certificate revocation list.
BDA_DrmPairing_NeedIndiv
The tuner could not perform individualization.
BDA_DrmPairing_Other
Network interface (SCTE 55-1).
BDA_DrmPairing_DrmInitFailed
The handshake failed during the initialization step.
BDA_DrmPairing_DrmNotPaired
The client has not requested a handshake or the handshake is still in progress.
BDA_DrmPairing_DrmRePairSoon
The handshake was successful but will soon time out. The client should refresh the handshake soon.
Requirements
Header: Include Bdaiface.h.
See Also