| overwolf.media.enums.eMediaType | Media type for the Media Event. |
| overwolf.media.enums.eSourceType | - |
| overwolf.media.enums.eVideoSourceTransform | - |
| overwolf.media.decryptForCurrentUser | Decrypt provided ciphertext for current system user |
| overwolf.media.getAppScreenCaptureFolderSize | Similar to getAppVideoCaptureFolderSize but looks at the apps screen capture folder. |
| overwolf.media.getAppVideoCaptureFolderSize | Returns 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.getScreenshotUrl | Takes 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.GetWebcams | Get all connected Webcams. |
| overwolf.media.postMediaEvent | Posts a media event for other apps to receive. The time info should be received in UTC format. |
| overwolf.media.shareImage | Opens the social network sharing console to allow the user to share a picture. |
| overwolf.media.takeScreenshot | Takes a screenshot and calls the callback with the success status and the screenshot URL. The screenshot is saved to the screenshots folder. |
| overwolf.media.takeWindowsScreenshotByHandle | Takes 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.takeWindowsScreenshotByName | Takes 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.onMediaEvent | Fired when a media event has been posted. |