C# Class Vocaluxe.Base.CConfig

Afficher le fichier Open project: stsundermann/Vocaluxe Class Usage Examples

Méthodes publiques

Свойство 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éthodes publiques

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)

Private Methods

Méthode Description
CheckFile ( string value ) : bool

Method Details

AutoAssignMics() public static méthode

Try to assign automatically player 1 and 2 to usb-mics.
public static AutoAssignMics ( ) : bool
Résultat bool

CalcCycleTime() public static méthode

Calculates the maximum cycle time to reach the MaxFPS value.
public static CalcCycleTime ( ) : float
Résultat float

Init() public static méthode

public static Init ( ) : void
Résultat void

IsMicConfig() public static méthode

Checks, if there is a mic-configuration
public static IsMicConfig ( ) : bool
Résultat bool

IsMicConfig() public static méthode

Checks, if there is a mic-configuration
public static IsMicConfig ( int player ) : bool
player int Player-Number
Résultat bool

ListStrings() public static méthode

Concat strings into one string with ", " as separator.
public static ListStrings ( string str ) : string
str string
Résultat string

LoadCommandLineParams() public static méthode

Load command-line-parameters and their values to lists.
public static LoadCommandLineParams ( string args ) : void
args string Parameters
Résultat void

LoadConfig() public static méthode

public static LoadConfig ( ) : bool
Résultat bool

SaveConfig() public static méthode

public static SaveConfig ( ) : bool
Résultat bool

UseCommandLineParamsAfter() public static méthode

Apply command-line-parameters (after reading config.xml)
public static UseCommandLineParamsAfter ( ) : void
Résultat void

UseCommandLineParamsBefore() public static méthode

Apply command-line-parameters (before reading config.xml)
public static UseCommandLineParamsBefore ( ) : void
Résultat void

Property Details

AAMode public_oe static_oe property

public static EAntiAliasingModes AAMode
Résultat EAntiAliasingModes

AudioBufferSize public_oe static_oe property

public static EBufferSize AudioBufferSize
Résultat EBufferSize

AudioLatency public_oe static_oe property

public static int AudioLatency
Résultat int

BackgroundMusic public_oe static_oe property

public static EOffOn BackgroundMusic
Résultat EOffOn

BackgroundMusicSource public_oe static_oe property

public static EBackgroundMusicSource BackgroundMusicSource
Résultat EBackgroundMusicSource

BackgroundMusicVolume public_oe static_oe property

public static int BackgroundMusicVolume
Résultat int

Colors public_oe static_oe property

public static EColorDeep Colors
Résultat EColorDeep

CoverLoading public_oe static_oe property

public static ECoverLoading CoverLoading
Résultat ECoverLoading

CoverSize public_oe static_oe property

public static int CoverSize
Résultat int

CoverTheme public_oe static_oe property

public static string CoverTheme
Résultat string

DebugLevel public_oe static_oe property

public static EDebugLevel DebugLevel
Résultat EDebugLevel

DrawNoteLines public_oe static_oe property

public static EOffOn DrawNoteLines
Résultat EOffOn

DrawToneHelper public_oe static_oe property

public static EOffOn DrawToneHelper
Résultat EOffOn

FadeTime public_oe static_oe property

public static float FadeTime
Résultat float

FullScreen public_oe static_oe property

public static EOffOn FullScreen
Résultat EOffOn

Language public_oe static_oe property

public static string Language
Résultat string

LyricsOnTop public_oe static_oe property

public static EOffOn LyricsOnTop
Résultat EOffOn

MaxFPS public_oe static_oe property

public static float MaxFPS
Résultat float

MicConfig public_oe static_oe property

public static SMicConfig[],Vocaluxe.Lib.Sound MicConfig
Résultat Vocaluxe.Lib.Sound.SMicConfig[]

MicDelay public_oe static_oe property

public static int MicDelay
Résultat int

NumPlayer public_oe static_oe property

public static int NumPlayer
Résultat int

PlayBackLib public_oe static_oe property

public static EPlaybackLib PlayBackLib
Résultat EPlaybackLib

RecordLib public_oe static_oe property

public static ERecordLib RecordLib
Résultat ERecordLib

Renderer public_oe static_oe property

public static ERenderer Renderer
Résultat ERenderer

ScoreAnimationTime public_oe static_oe property

public static float ScoreAnimationTime
Résultat float

ScreenH public_oe static_oe property

public static int ScreenH
Résultat int

ScreenW public_oe static_oe property

public static int ScreenW
Résultat int

Skin public_oe static_oe property

public static string Skin
Résultat string

SongFolder public_oe static_oe property

public static List SongFolder
Résultat List

SongMenu public_oe static_oe property

public static ESongMenu SongMenu
Résultat ESongMenu

SongSorting public_oe static_oe property

public static ESongSorting SongSorting
Résultat ESongSorting

Tabs public_oe static_oe property

public static EOffOn Tabs
Résultat EOffOn

TextureQuality public_oe static_oe property

public static ETextureQuality TextureQuality
Résultat ETextureQuality

Theme public_oe static_oe property

public static string Theme
Résultat string

TimerLook public_oe static_oe property

public static ETimerLook TimerLook
Résultat ETimerLook

TimerMode public_oe static_oe property

public static ETimerMode TimerMode
Résultat ETimerMode

VSync public_oe static_oe property

public static EOffOn VSync
Résultat EOffOn

VideoBackgrounds public_oe static_oe property

public static EOffOn VideoBackgrounds
Résultat EOffOn

VideoDecoder public_oe static_oe property

public static EVideoDecoder VideoDecoder
Résultat EVideoDecoder

VideoPreview public_oe static_oe property

public static EOffOn VideoPreview
Résultat EOffOn

VideosInSongs public_oe static_oe property

public static EOffOn VideosInSongs
Résultat EOffOn