Click or drag to resize

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
C#
public enum CefCdmRegistrationError
Members
  Member nameValueDescription
None0 No error. Registration completed successfully.
IncorrectContents1 Required files or manifest contents are missing.
Incompatible2 The CDM is incompatible with the current Chromium version.
NotSupported3 CDM registration is not supported at this time.
See Also