C# Class Organisation.SaveTmpSettings

Show file Open project: mhack/gamenoise Class Usage Examples

Public Methods

Method Description
SaveTmpSettings ( ) : System

Constructor

SaveTmpSettings ( float eq, bool eqst, float vol, float bal, string pln, int playm, int vis, string lofp, bool showEq, bool showPl, double widthGn, double heightGn, int lastSongIndex, double lastSongPosition, bool isPlay ) : System

Contructor

Method Details

SaveTmpSettings() public method

Constructor
public SaveTmpSettings ( ) : System
return System

SaveTmpSettings() public method

Contructor
public SaveTmpSettings ( float eq, bool eqst, float vol, float bal, string pln, int playm, int vis, string lofp, bool showEq, bool showPl, double widthGn, double heightGn, int lastSongIndex, double lastSongPosition, bool isPlay ) : System
eq float Equalizer
eqst bool EQState
vol float Volume
bal float Balance
pln string playlistname
playm int Playmode
vis int visualisation
lofp string last opened Folderpath
showEq bool is Equalizer shown
showPl bool is Playlist shown
widthGn double Width of Player
heightGn double Height of Player
lastSongIndex int Index in playlist of last played song
lastSongPosition double Position of last played song
isPlay bool if the player was closed while Playing
return System