cef_media_route_create_callback_t.on_media_route_create_finished

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 NULL if the route creation failed.

struct cef_media_route_create_callback_t
extern (System)
void function(cef_media_route_create_callback_t* self, cef_media_route_create_result_t result, const(cef_string_t)* error, cef_media_route_t* route) nothrow on_media_route_create_finished;

Meta