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 CefMediaRouteCreateCallback

CefBaseRefCounted
   |
   +--CefMediaRouteCreateCallback

   in cef_media_router.h

class CefMediaRouteCreateCallback
extends CefBaseRefCounted

Callback interface for CefMediaRouter::CreateRoute. The methods of this class will be called on the browser process UI thread.


Inner Classes, Typedefs, and Enums
typedef CefMediaRouteCreateCallback::RouteCreateResult
          
 
Method Summary
 virtual void OnMediaRouteCreateFinished( CefMediaRouteCreateCallback::RouteCreateResult result, const CefString& error, CefRefPtr< CefMediaRoute > route )= 0
          Method that will be executed when the route creation has finished.
   
Methods inherited from class CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

OnMediaRouteCreateFinished

public virtual void OnMediaRouteCreateFinished( CefMediaRouteCreateCallback::RouteCreateResult result, const CefString& error, CefRefPtr< CefMediaRoute > route )= 0;
Method that will be executed when the route creation has finished. |result| will be CEF_MRCR_OK if the route creation succeeded. |error| will be a description of the error if the route creation failed. |route| is the resulting route, or empty if the route creation 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