overwolf.streaming.split
Overwolf APIs / overwolf / overwolf / streaming / split
function split(streamId: number, callback: CallbackFunction<SplitResult>): void;
Request to split video now.
Parameters
| Parameter | Type | Description |
|---|---|---|
streamId | number | The id of the stream to split. |
callback | CallbackFunction<SplitResult> | A callback function which will be called with the status of the request. |
Returns
void