Click or drag to resize

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
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