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