Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefRegisterCdmCallback

CefBaseRefCounted
   |
   +--CefRegisterCdmCallback

   in cef_web_plugin.h

class CefRegisterCdmCallback
extends CefBaseRefCounted

Implement this interface to receive notification when CDM registration is complete. The methods of this class will be called on the browser process UI thread.


Method Summary
 virtual void OnCdmRegistrationComplete( cef_cdm_registration_error_t result, const CefString& error_message )= 0
          Method that will be called when CDM registration is complete.
   
Methods inherited from class CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

OnCdmRegistrationComplete

public virtual void OnCdmRegistrationComplete( cef_cdm_registration_error_t result, const CefString& error_message )= 0;
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.

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt