Click or drag to resize

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.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected abstract void OnCdmRegistrationComplete(
	CefCdmRegistrationError result,
	string errorMessage
)

Parameters

result  CefCdmRegistrationError
 
errorMessage  String
 
See Also