C# 클래스 Organisation.SaveTmpSettings

파일 보기 프로젝트 열기: mhack/gamenoise 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

SaveTmpSettings() 공개 메소드

Constructor
public SaveTmpSettings ( ) : System
리턴 System

SaveTmpSettings() 공개 메소드

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
리턴 System