CefCdmRegistrationError Enumeration |
Error codes for CDM registration. See cef_web_plugin.h for details.
Namespace:
Internal.Xilium.CefGlue
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public enum CefCdmRegistrationError
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