C# 클래스 Vocaluxe.Lib.Song.CSong

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

공개 프로퍼티들

프로퍼티 타입 설명
Artist string
BPM float
Background Vocaluxe.Menu.CBackground
BackgroundFileName string
BackgroundLoaded bool
CatIndex int
Comment List
CoverBigLoaded bool
CoverFileName string
Edition List
Encoding System.Text.Encoding
FileName string
Finish float
Folder string
FolderName string
Gap float
Genre List
ID int
Language List
MP3FileName string
Notes CNotes
Selected bool
Start float
Title string
VideoAspect EAspect
VideoFileName string
VideoGap float
Visible bool
Year string

공개 메소드들

메소드 설명
GetMP3 ( ) : string
ReadNotes ( ) : bool
ReadNotes ( string FilePath ) : bool
ReadTXTHeader ( string FilePath ) : bool
ReadTXTSong ( string FilePath ) : bool

비공개 메소드들

메소드 설명
CheckFiles ( ) : void
NewSentence ( int Player, int Start ) : void
ParseNote ( int Player, ENoteType NoteType, int Start, int Length, int Tone, string Text ) : void

메소드 상세

GetMP3() 공개 메소드

public GetMP3 ( ) : string
리턴 string

ReadNotes() 공개 메소드

public ReadNotes ( ) : bool
리턴 bool

ReadNotes() 공개 메소드

public ReadNotes ( string FilePath ) : bool
FilePath string
리턴 bool

ReadTXTHeader() 공개 메소드

public ReadTXTHeader ( string FilePath ) : bool
FilePath string
리턴 bool

ReadTXTSong() 공개 메소드

public ReadTXTSong ( string FilePath ) : bool
FilePath string
리턴 bool

프로퍼티 상세

Artist 공개적으로 프로퍼티

public string Artist
리턴 string

BPM 공개적으로 프로퍼티

public float BPM
리턴 float

Background 공개적으로 프로퍼티

public CBackground,Vocaluxe.Menu Background
리턴 Vocaluxe.Menu.CBackground

BackgroundFileName 공개적으로 프로퍼티

public string BackgroundFileName
리턴 string

BackgroundLoaded 공개적으로 프로퍼티

public bool BackgroundLoaded
리턴 bool

CatIndex 공개적으로 프로퍼티

public int CatIndex
리턴 int

Comment 공개적으로 프로퍼티

public List Comment
리턴 List

CoverBigLoaded 공개적으로 프로퍼티

public bool CoverBigLoaded
리턴 bool

CoverFileName 공개적으로 프로퍼티

public string CoverFileName
리턴 string

Edition 공개적으로 프로퍼티

public List Edition
리턴 List

Encoding 공개적으로 프로퍼티

public Encoding,System.Text Encoding
리턴 System.Text.Encoding

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

Finish 공개적으로 프로퍼티

public float Finish
리턴 float

Folder 공개적으로 프로퍼티

public string Folder
리턴 string

FolderName 공개적으로 프로퍼티

public string FolderName
리턴 string

Gap 공개적으로 프로퍼티

public float Gap
리턴 float

Genre 공개적으로 프로퍼티

public List Genre
리턴 List

ID 공개적으로 프로퍼티

public int ID
리턴 int

Language 공개적으로 프로퍼티

public List Language
리턴 List

MP3FileName 공개적으로 프로퍼티

public string MP3FileName
리턴 string

Notes 공개적으로 프로퍼티

public CNotes,Vocaluxe.Lib.Song Notes
리턴 CNotes

Selected 공개적으로 프로퍼티

public bool Selected
리턴 bool

Start 공개적으로 프로퍼티

public float Start
리턴 float

Title 공개적으로 프로퍼티

public string Title
리턴 string

VideoAspect 공개적으로 프로퍼티

public EAspect VideoAspect
리턴 EAspect

VideoFileName 공개적으로 프로퍼티

public string VideoFileName
리턴 string

VideoGap 공개적으로 프로퍼티

public float VideoGap
리턴 float

Visible 공개적으로 프로퍼티

public bool Visible
리턴 bool

Year 공개적으로 프로퍼티

public string Year
리턴 string