Chromium Embedded Framework (CEF)
128.4.2+g5c235a2+chromium-128.0.6613.18
|
Callback interface for CefMediaRouter::CreateRoute. More...
#include "include/cef_media_router.h"
Public Types | |
typedef cef_media_route_create_result_t | RouteCreateResult |
Public Member Functions | |
virtual void | OnMediaRouteCreateFinished (RouteCreateResult result, const CefString &error, CefRefPtr< CefMediaRoute > route)=0 |
Method that will be executed when the route creation has finished. More... | |
Public Member Functions inherited from CefBaseRefCounted | |
virtual void | AddRef () const =0 |
Called to increment the reference count for the object. More... | |
virtual bool | Release () const =0 |
Called to decrement the reference count for the object. More... | |
virtual bool | HasOneRef () const =0 |
Returns true if the reference count is 1. More... | |
virtual bool | HasAtLeastOneRef () const =0 |
Returns true if the reference count is at least 1. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from CefBaseRefCounted | |
virtual | ~CefBaseRefCounted () |
Callback interface for CefMediaRouter::CreateRoute.
The methods of this class will be called on the browser process UI thread.
|
pure virtual |
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.