C# Class Organisation.MiscSong

Class for handling MiscSongs
Inheritance: Song
Afficher le fichier Open project: mhack/gamenoise

Méthodes publiques

Méthode Description
MiscSong ( string fp, Interfaces bass )
MiscSong ( string alb, string art, string tit, string fp, double dur, Interfaces bass )

Constructor

getPlaytime ( ) : string

get Playtime of this Song

getTagsFromFile ( ) : void

get _tags from file and save them in an array

Method Details

MiscSong() public méthode

public MiscSong ( string fp, Interfaces bass )
fp string
bass Interfaces

MiscSong() public méthode

Constructor
public MiscSong ( string alb, string art, string tit, string fp, double dur, Interfaces bass )
alb string album
art string artist
tit string title
fp string filepath
dur double duration
bass Interfaces bass refence

getPlaytime() public méthode

get Playtime of this Song
public getPlaytime ( ) : string
Résultat string

getTagsFromFile() public méthode

get _tags from file and save them in an array
public getTagsFromFile ( ) : void
Résultat void