C# Класс Organisation.SaveTmpSettings

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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