C# 클래스 Vocaluxe.Base.CConfig

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

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

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

비공개 메소드들

메소드 설명
CheckFile ( string value ) : bool

메소드 상세

AutoAssignMics() 공개 정적인 메소드

Try to assign automatically player 1 and 2 to usb-mics.
public static AutoAssignMics ( ) : bool
리턴 bool

CalcCycleTime() 공개 정적인 메소드

Calculates the maximum cycle time to reach the MaxFPS value.
public static CalcCycleTime ( ) : float
리턴 float

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

IsMicConfig() 공개 정적인 메소드

Checks, if there is a mic-configuration
public static IsMicConfig ( ) : bool
리턴 bool

IsMicConfig() 공개 정적인 메소드

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

ListStrings() 공개 정적인 메소드

Concat strings into one string with ", " as separator.
public static ListStrings ( string str ) : string
str string
리턴 string

LoadCommandLineParams() 공개 정적인 메소드

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

LoadConfig() 공개 정적인 메소드

public static LoadConfig ( ) : bool
리턴 bool

SaveConfig() 공개 정적인 메소드

public static SaveConfig ( ) : bool
리턴 bool

UseCommandLineParamsAfter() 공개 정적인 메소드

Apply command-line-parameters (after reading config.xml)
public static UseCommandLineParamsAfter ( ) : void
리턴 void

UseCommandLineParamsBefore() 공개 정적인 메소드

Apply command-line-parameters (before reading config.xml)
public static UseCommandLineParamsBefore ( ) : void
리턴 void

프로퍼티 상세

AAMode 공개적으로 정적으로 프로퍼티

public static EAntiAliasingModes AAMode
리턴 EAntiAliasingModes

AudioBufferSize 공개적으로 정적으로 프로퍼티

public static EBufferSize AudioBufferSize
리턴 EBufferSize

AudioLatency 공개적으로 정적으로 프로퍼티

public static int AudioLatency
리턴 int

BackgroundMusic 공개적으로 정적으로 프로퍼티

public static EOffOn BackgroundMusic
리턴 EOffOn

BackgroundMusicSource 공개적으로 정적으로 프로퍼티

public static EBackgroundMusicSource BackgroundMusicSource
리턴 EBackgroundMusicSource

BackgroundMusicVolume 공개적으로 정적으로 프로퍼티

public static int BackgroundMusicVolume
리턴 int

Colors 공개적으로 정적으로 프로퍼티

public static EColorDeep Colors
리턴 EColorDeep

CoverLoading 공개적으로 정적으로 프로퍼티

public static ECoverLoading CoverLoading
리턴 ECoverLoading

CoverSize 공개적으로 정적으로 프로퍼티

public static int CoverSize
리턴 int

CoverTheme 공개적으로 정적으로 프로퍼티

public static string CoverTheme
리턴 string

DebugLevel 공개적으로 정적으로 프로퍼티

public static EDebugLevel DebugLevel
리턴 EDebugLevel

DrawNoteLines 공개적으로 정적으로 프로퍼티

public static EOffOn DrawNoteLines
리턴 EOffOn

DrawToneHelper 공개적으로 정적으로 프로퍼티

public static EOffOn DrawToneHelper
리턴 EOffOn

FadeTime 공개적으로 정적으로 프로퍼티

public static float FadeTime
리턴 float

FullScreen 공개적으로 정적으로 프로퍼티

public static EOffOn FullScreen
리턴 EOffOn

Language 공개적으로 정적으로 프로퍼티

public static string Language
리턴 string

LyricsOnTop 공개적으로 정적으로 프로퍼티

public static EOffOn LyricsOnTop
리턴 EOffOn

MaxFPS 공개적으로 정적으로 프로퍼티

public static float MaxFPS
리턴 float

MicConfig 공개적으로 정적으로 프로퍼티

public static SMicConfig[],Vocaluxe.Lib.Sound MicConfig
리턴 Vocaluxe.Lib.Sound.SMicConfig[]

MicDelay 공개적으로 정적으로 프로퍼티

public static int MicDelay
리턴 int

NumPlayer 공개적으로 정적으로 프로퍼티

public static int NumPlayer
리턴 int

PlayBackLib 공개적으로 정적으로 프로퍼티

public static EPlaybackLib PlayBackLib
리턴 EPlaybackLib

RecordLib 공개적으로 정적으로 프로퍼티

public static ERecordLib RecordLib
리턴 ERecordLib

Renderer 공개적으로 정적으로 프로퍼티

public static ERenderer Renderer
리턴 ERenderer

ScoreAnimationTime 공개적으로 정적으로 프로퍼티

public static float ScoreAnimationTime
리턴 float

ScreenH 공개적으로 정적으로 프로퍼티

public static int ScreenH
리턴 int

ScreenW 공개적으로 정적으로 프로퍼티

public static int ScreenW
리턴 int

Skin 공개적으로 정적으로 프로퍼티

public static string Skin
리턴 string

SongFolder 공개적으로 정적으로 프로퍼티

public static List SongFolder
리턴 List

SongMenu 공개적으로 정적으로 프로퍼티

public static ESongMenu SongMenu
리턴 ESongMenu

SongSorting 공개적으로 정적으로 프로퍼티

public static ESongSorting SongSorting
리턴 ESongSorting

Tabs 공개적으로 정적으로 프로퍼티

public static EOffOn Tabs
리턴 EOffOn

TextureQuality 공개적으로 정적으로 프로퍼티

public static ETextureQuality TextureQuality
리턴 ETextureQuality

Theme 공개적으로 정적으로 프로퍼티

public static string Theme
리턴 string

TimerLook 공개적으로 정적으로 프로퍼티

public static ETimerLook TimerLook
리턴 ETimerLook

TimerMode 공개적으로 정적으로 프로퍼티

public static ETimerMode TimerMode
리턴 ETimerMode

VSync 공개적으로 정적으로 프로퍼티

public static EOffOn VSync
리턴 EOffOn

VideoBackgrounds 공개적으로 정적으로 프로퍼티

public static EOffOn VideoBackgrounds
리턴 EOffOn

VideoDecoder 공개적으로 정적으로 프로퍼티

public static EVideoDecoder VideoDecoder
리턴 EVideoDecoder

VideoPreview 공개적으로 정적으로 프로퍼티

public static EOffOn VideoPreview
리턴 EOffOn

VideosInSongs 공개적으로 정적으로 프로퍼티

public static EOffOn VideosInSongs
리턴 EOffOn