Skip to main content

Overview

APIDescription
overwolf.media.enums.eMediaTypeMedia type for the Media Event.
overwolf.media.enums.eSourceType-
overwolf.media.enums.eVideoSourceTransform-
overwolf.media.decryptForCurrentUserDecrypt provided ciphertext for current system user
overwolf.media.getAppScreenCaptureFolderSizeSimilar to getAppVideoCaptureFolderSize but looks at the apps screen capture folder.
overwolf.media.getAppVideoCaptureFolderSizeReturns the total size of the video capture folder created by the app. This includes all video/thumbnail and other files that are under the apps video folder - which is located inside the configured Overwolf video capture folder. NOTE: this function can take a long time to return if the folder contains a large amount of files (on some computers) - therefore,try to reduce the amount of times you call it.
overwolf.media.getScreenshotUrlTakes a memory screenshot and calls the callback with the success status and the screenshot URL. The screenshot will only be placed in the memory and will not be saved to a file (better performance). Can only be used while in a game.
overwolf.media.GetWebcamsGet all connected Webcams.
overwolf.media.postMediaEventPosts a media event for other apps to receive. The time info should be received in UTC format.
overwolf.media.shareImageOpens the social network sharing console to allow the user to share a picture.
overwolf.media.takeScreenshotTakes a screenshot and calls the callback with the success status and the screenshot URL. The screenshot is saved to the screenshots folder.
overwolf.media.takeWindowsScreenshotByHandleTakes a window screenshot and calls the callback with the success status and the screenshot URL. The screenshot is saved to the screenshots folder.
overwolf.media.takeWindowsScreenshotByNameTakes a window screenshot and calls the callback with the success status and the screenshot URL. The screenshot is saved to the screenshots folder.
overwolf.media.CropParams-
overwolf.media.FileResult-
overwolf.media.GetAppScreenCaptureFolderSizeResult-
overwolf.media.GetAppVideoCaptureFolderSizeResult-
overwolf.media.GetWebcamsResult-
overwolf.media.MemoryScreenshotParams-
overwolf.media.RescaleParams-
overwolf.media.ScreenshotTakenEvent-
overwolf.media.Webcam-
overwolf.media.onMediaEventFired when a media event has been posted.