Megacool Unity
TheUnityinterfacetotheMegacoolSDK
Public Member Functions | Static Public Attributes | List of all members
MegacoolOverflowStrategy Class Reference

How long recordings are compressed to fit within the target maxFrames. More...

Public Member Functions

override string ToString ()
 

Static Public Attributes

static readonly MegacoolOverflowStrategy LATEST = new MegacoolOverflowStrategy("latest")
 Only keep the last maxFrames frames in the recording. This is the default. More...
 
static readonly MegacoolOverflowStrategy HIGHLIGHT = new MegacoolOverflowStrategy("highlight")
 Extract the highlight in the recording based on calls to Megacool.RegisterScoreChange and MegacoolConfiguration.PeakLocation. More...
 
static readonly MegacoolOverflowStrategy TIMELAPSE = new MegacoolOverflowStrategy("timelapse")
 Speed up the recording to create a timelapse. More...
 

Detailed Description

How long recordings are compressed to fit within the target maxFrames.

Member Data Documentation

◆ HIGHLIGHT

readonly MegacoolOverflowStrategy MegacoolOverflowStrategy.HIGHLIGHT = new MegacoolOverflowStrategy("highlight")
static

Extract the highlight in the recording based on calls to Megacool.RegisterScoreChange and MegacoolConfiguration.PeakLocation.

◆ LATEST

readonly MegacoolOverflowStrategy MegacoolOverflowStrategy.LATEST = new MegacoolOverflowStrategy("latest")
static

Only keep the last maxFrames frames in the recording. This is the default.

◆ TIMELAPSE

readonly MegacoolOverflowStrategy MegacoolOverflowStrategy.TIMELAPSE = new MegacoolOverflowStrategy("timelapse")
static

Speed up the recording to create a timelapse.


The documentation for this class was generated from the following file: