Crosstales.DJ.Util.Config Class Reference

Configuration for the asset. More...

Static Public Member Functions

static void Reset ()
 Resets all changeable variables to their default value. More...
 
static void Load ()
 Loads the all changeable variables. More...
 
static void Save ()
 Saves the all changeable variables. More...
 

Static Public Attributes

static bool DEBUG = Constants.DEFAULT_DEBUG || Constants.DEV_DEBUG
 Enable or disable debug logging for the asset. More...
 
static int DEFAULT_CHUNKSIZE = Constants.DEFAULT_DEFAULT_CHUNKSIZE
 Default streaming chunk size for a Turntable in KB. More...
 
static int DEFAULT_CACHESTREAMSIZE = Constants.DEFAULT_DEFAULT_CACHESTREAMSIZE
 Default cache stream size for a Turntable in KB. More...
 
static int MAX_CACHESTREAMSIZE = Constants.DEFAULT_MAX_CACHESTREAMSIZE
 Maximal cache stream size for a Turntable in KB. More...
 
static int DEFAULT_BUFFERSIZE = Constants.DEFAULT_DEFAULT_BUFFERSIZE
 Default buffer size for a Turntable in KB. More...
 
static bool isLoaded
 Is the configuration loaded? More...
 

Detailed Description

Configuration for the asset.

Member Function Documentation

◆ Load()

static void Crosstales.DJ.Util.Config.Load ( )
static

Loads the all changeable variables.

◆ Reset()

static void Crosstales.DJ.Util.Config.Reset ( )
static

Resets all changeable variables to their default value.

◆ Save()

static void Crosstales.DJ.Util.Config.Save ( )
static

Saves the all changeable variables.

Member Data Documentation

◆ DEBUG

bool Crosstales.DJ.Util.Config.DEBUG = Constants.DEFAULT_DEBUG || Constants.DEV_DEBUG
static

Enable or disable debug logging for the asset.

◆ DEFAULT_BUFFERSIZE

int Crosstales.DJ.Util.Config.DEFAULT_BUFFERSIZE = Constants.DEFAULT_DEFAULT_BUFFERSIZE
static

Default buffer size for a Turntable in KB.

◆ DEFAULT_CACHESTREAMSIZE

int Crosstales.DJ.Util.Config.DEFAULT_CACHESTREAMSIZE = Constants.DEFAULT_DEFAULT_CACHESTREAMSIZE
static

Default cache stream size for a Turntable in KB.

◆ DEFAULT_CHUNKSIZE

int Crosstales.DJ.Util.Config.DEFAULT_CHUNKSIZE = Constants.DEFAULT_DEFAULT_CHUNKSIZE
static

Default streaming chunk size for a Turntable in KB.

◆ isLoaded

bool Crosstales.DJ.Util.Config.isLoaded
static

Is the configuration loaded?

◆ MAX_CACHESTREAMSIZE

int Crosstales.DJ.Util.Config.MAX_CACHESTREAMSIZE = Constants.DEFAULT_MAX_CACHESTREAMSIZE
static

Maximal cache stream size for a Turntable in KB.


The documentation for this class was generated from the following file:
  • C:/Users/slaub/Unity/assets/DJPro/DJPro/Assets/Plugins/crosstales/DJ/Scripts/Util/Config.cs