CefRegisterCdmCallbackOnCdmRegistrationComplete Method |
Method that will be called when CDM registration is complete. |result|
will be CEF_CDM_REGISTRATION_ERROR_NONE if registration completed
successfully. Otherwise, |result| and |error_message| will contain
additional information about why registration failed.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract void OnCdmRegistrationComplete(
CefCdmRegistrationError result,
string errorMessage
)
Parameters
- result CefCdmRegistrationError
-
- errorMessage String
-
See Also