Свойство | Type | Description | |
---|---|---|---|
AAMode | EAntiAliasingModes | ||
AudioBufferSize | EBufferSize | ||
AudioLatency | int | ||
BackgroundMusic | EOffOn | ||
BackgroundMusicSource | EBackgroundMusicSource | ||
BackgroundMusicVolume | int | ||
Colors | EColorDeep | ||
CoverLoading | ECoverLoading | ||
CoverSize | int | ||
CoverTheme | string | ||
DebugLevel | EDebugLevel | ||
DrawNoteLines | EOffOn | ||
DrawToneHelper | EOffOn | ||
FadeTime | float | ||
FullScreen | EOffOn | ||
Language | string | ||
LyricsOnTop | EOffOn | ||
MaxFPS | float | ||
MicConfig | Vocaluxe.Lib.Sound.SMicConfig[] | ||
MicDelay | int | ||
NumPlayer | int | ||
PlayBackLib | EPlaybackLib | ||
RecordLib | ERecordLib | ||
Renderer | ERenderer | ||
ScoreAnimationTime | float | ||
ScreenH | int | ||
ScreenW | int | ||
Skin | string | ||
SongFolder | List |
||
SongMenu | ESongMenu | ||
SongSorting | ESongSorting | ||
Tabs | EOffOn | ||
TextureQuality | ETextureQuality | ||
Theme | string | ||
TimerLook | ETimerLook | ||
TimerMode | ETimerMode | ||
VSync | EOffOn | ||
VideoBackgrounds | EOffOn | ||
VideoDecoder | EVideoDecoder | ||
VideoPreview | EOffOn | ||
VideosInSongs | EOffOn |
Méthode | Description | |
---|---|---|
AutoAssignMics ( ) : bool |
Try to assign automatically player 1 and 2 to usb-mics.
|
|
CalcCycleTime ( ) : float |
Calculates the maximum cycle time to reach the MaxFPS value.
|
|
Init ( ) : void | ||
IsMicConfig ( ) : bool |
Checks, if there is a mic-configuration
|
|
IsMicConfig ( int player ) : bool |
Checks, if there is a mic-configuration
|
|
ListStrings ( string str ) : string |
Concat strings into one string with ", " as separator.
|
|
LoadCommandLineParams ( string args ) : void |
Load command-line-parameters and their values to lists.
|
|
LoadConfig ( ) : bool | ||
SaveConfig ( ) : bool | ||
UseCommandLineParamsAfter ( ) : void |
Apply command-line-parameters (after reading config.xml)
|
|
UseCommandLineParamsBefore ( ) : void |
Apply command-line-parameters (before reading config.xml)
|
Méthode | Description | |
---|---|---|
CheckFile ( string value ) : bool |
public static IsMicConfig ( int player ) : bool | ||
player | int | Player-Number |
Résultat | bool |
public static ListStrings ( string str ) : string | ||
str | string | |
Résultat | string |
public static LoadCommandLineParams ( string args ) : void | ||
args | string | Parameters |
Résultat | void |
public static UseCommandLineParamsAfter ( ) : void | ||
Résultat | void |
public static UseCommandLineParamsBefore ( ) : void | ||
Résultat | void |
public static EAntiAliasingModes AAMode | ||
Résultat | EAntiAliasingModes |
public static EBufferSize AudioBufferSize | ||
Résultat | EBufferSize |
public static EBackgroundMusicSource BackgroundMusicSource | ||
Résultat | EBackgroundMusicSource |
public static int BackgroundMusicVolume | ||
Résultat | int |
public static ECoverLoading CoverLoading | ||
Résultat | ECoverLoading |
public static SMicConfig[],Vocaluxe.Lib.Sound MicConfig | ||
Résultat | Vocaluxe.Lib.Sound.SMicConfig[] |
public static EPlaybackLib PlayBackLib | ||
Résultat | EPlaybackLib |
public static float ScoreAnimationTime | ||
Résultat | float |
public static ESongSorting SongSorting | ||
Résultat | ESongSorting |
public static ETextureQuality TextureQuality | ||
Résultat | ETextureQuality |
public static EVideoDecoder VideoDecoder | ||
Résultat | EVideoDecoder |