C# Class Vocaluxe.Lib.Song.CSong

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

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
GetMP3 ( ) : string
ReadNotes ( ) : bool
ReadNotes ( string FilePath ) : bool
ReadTXTHeader ( string FilePath ) : bool
ReadTXTSong ( string FilePath ) : bool

Private Methods

Méthode Description
CheckFiles ( ) : void
NewSentence ( int Player, int Start ) : void
ParseNote ( int Player, ENoteType NoteType, int Start, int Length, int Tone, string Text ) : void

Method Details

GetMP3() public méthode

public GetMP3 ( ) : string
Résultat string

ReadNotes() public méthode

public ReadNotes ( ) : bool
Résultat bool

ReadNotes() public méthode

public ReadNotes ( string FilePath ) : bool
FilePath string
Résultat bool

ReadTXTHeader() public méthode

public ReadTXTHeader ( string FilePath ) : bool
FilePath string
Résultat bool

ReadTXTSong() public méthode

public ReadTXTSong ( string FilePath ) : bool
FilePath string
Résultat bool

Property Details

Artist public_oe property

public string Artist
Résultat string

BPM public_oe property

public float BPM
Résultat float

Background public_oe property

public CBackground,Vocaluxe.Menu Background
Résultat Vocaluxe.Menu.CBackground

BackgroundFileName public_oe property

public string BackgroundFileName
Résultat string

BackgroundLoaded public_oe property

public bool BackgroundLoaded
Résultat bool

CatIndex public_oe property

public int CatIndex
Résultat int

Comment public_oe property

public List Comment
Résultat List

CoverBigLoaded public_oe property

public bool CoverBigLoaded
Résultat bool

CoverFileName public_oe property

public string CoverFileName
Résultat string

Edition public_oe property

public List Edition
Résultat List

Encoding public_oe property

public Encoding,System.Text Encoding
Résultat System.Text.Encoding

FileName public_oe property

public string FileName
Résultat string

Finish public_oe property

public float Finish
Résultat float

Folder public_oe property

public string Folder
Résultat string

FolderName public_oe property

public string FolderName
Résultat string

Gap public_oe property

public float Gap
Résultat float

Genre public_oe property

public List Genre
Résultat List

ID public_oe property

public int ID
Résultat int

Language public_oe property

public List Language
Résultat List

MP3FileName public_oe property

public string MP3FileName
Résultat string

Notes public_oe property

public CNotes,Vocaluxe.Lib.Song Notes
Résultat CNotes

Selected public_oe property

public bool Selected
Résultat bool

Start public_oe property

public float Start
Résultat float

Title public_oe property

public string Title
Résultat string

VideoAspect public_oe property

public EAspect VideoAspect
Résultat EAspect

VideoFileName public_oe property

public string VideoFileName
Résultat string

VideoGap public_oe property

public float VideoGap
Résultat float

Visible public_oe property

public bool Visible
Résultat bool

Year public_oe property

public string Year
Résultat string