overwolf.windows.mediaplayerelement.toBack
Overwolf APIs / overwolf / overwolf / windows / mediaPlayerElement / toBack
function toBack(id: number, callback: CallbackFunction<Result>): void;
Sends the media player to the back of the window.
Parameters
| Parameter | Type | Description |
|---|---|---|
id | number | The id of the player. |
callback | CallbackFunction<Result> | A callback function which will be called with the status of the request. |
Returns
void