Метод | Описание | |
---|---|---|
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
|
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 |