type TCefCustomMediaRouteCreateCallback = class(TCefMediaRouteCreateCallbackOwn)
This item has no description.
| Protected | FEvents: Pointer; |
| Protected | procedure OnMediaRouteCreateFinished(result: TCefMediaRouterCreateResult; const error: ustring; const route: ICefMediaRoute); override; |
| Public | constructor Create(const aEvents : IChromiumEvents); reintroduce; |
| Public | destructor Destroy; override; |
| Protected | FEvents: Pointer; |
|
This item has no description. | |
| Protected | procedure OnMediaRouteCreateFinished(result: TCefMediaRouterCreateResult; const error: ustring; const route: ICefMediaRoute); override; |
|
This item has no description. Showing description inherited from ICefMediaRouteCreateCallback.OnMediaRouteCreateFinished. 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. | |
| Public | constructor Create(const aEvents : IChromiumEvents); reintroduce; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |