Click or drag to resize
CdmRegistrationErrorCode Enumeration
Version 63.0.0
Lists the errors that can be reported during Widevine Content Decryption Module (CDM) registration.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.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