CdmRegistrationErrorCode Enumeration |
Version 86.0.240
Lists the errors that can be reported during Widevine Content Decryption Module (CDM) registration.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax public enum CdmRegistrationErrorCode
public enum class CdmRegistrationErrorCode
Members
| Member name | Value | Description |
---|
| None | 0 |
No error. Registration completed successfully.
|
| IncorrectContents | 1 |
Required files or manifest contents are missing.
|
| Incompatible | 2 |
The CDM is incompatible with the current Chromium version.
|
| NotSupported | 3 |
CDM registration is not supported at this time.
|
See Also