IRegisterCdmCallbackOnRegistrationComplete Method |
Version 63.0.0
Method that will be called once CDM registration is complete
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax void OnRegistrationComplete(
CdmRegistration registration
)
void OnRegistrationComplete(
CdmRegistration^ registration
)
Parameters
- registration
- Type: CefSharpCdmRegistration
The result of the CDM registration process
See Also