overwolf.media.videos.getVideosSize
Overwolf APIs / overwolf / overwolf / media / videos / getVideosSize
function getVideosSize(callback: CallbackFunction<GetVideosSizeResult>): void;
Returns the total size of the video files created by this app in gigabytes.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<GetVideosSizeResult> | A callback with the videos size. |
Returns
void