overwolf.media.videos.createVideoCompositionFiles
Overwolf APIs / overwolf / overwolf / media / videos / createVideoCompositionFiles
function createVideoCompositionFiles(
files: string[],
outputFile: string,
callback: CallbackFunction<FileResult>,
): void;
Creates a compilation video out of a source video and a list of segments.
Parameters
| Parameter | Type | Description |
|---|---|---|
files | string[] | list of files to composite to output video file (overwolf://media form. or file:///) |
outputFile | string | the file output name |
callback | CallbackFunction<FileResult> | A callback function which will be called with the status of the request and the url to the target video. |
Returns
void