overwolf.windows.mediaplayerelement.setStretchMode
Overwolf APIs / overwolf / overwolf / windows / mediaPlayerElement / setStretchMode
function setStretchMode(
id: number,
stretchMode: any,
callback: CallbackFunction<Result>,
): void;
Sets the stretch mode of the player.
Parameters
| Parameter | Type | Description |
|---|---|---|
id | number | The id of the media player. |
stretchMode | any | The desired stretch mode, see |
callback | CallbackFunction<Result> | A callback function which will be called with the status of the request. |
Returns
void