Свойство | Тип | Описание | |
---|---|---|---|
_aBassWrapperOrganisation | Interfaces.IBassWrapperOrganisation | ||
_filePath | string | ||
_songlength | double | ||
_tags | string[] |
Метод | Описание | |
---|---|---|
Song ( string alb, string art, string tit, string fp, double dur, Interfaces bass ) : Observer |
Constructor
|
|
getFilePath ( ) : string |
Get the path of the file
|
|
getPlaytime ( ) : string |
get the files total Play time
|
|
getTags ( ) : string[] |
Get the _tags for the current song
|
|
getTagsFromFile ( ) : void |
Get the _tags for the current song
|
|
setFilePath ( string fp ) : void |
set the path of the file
|
Метод | Описание | |
---|---|---|
Song ( string fp, Interfaces bass ) : Observer |
constructor
|
protected Song ( string fp, Interfaces bass ) : Observer | ||
fp | string | filepath |
bass | Interfaces | bass reference |
Результат | Observer |
public Song ( string alb, string art, string tit, string fp, double dur, Interfaces bass ) : Observer | ||
alb | string | album |
art | string | artist |
tit | string | title |
fp | string | filepath |
dur | double | duration |
bass | Interfaces | bass refence |
Результат | Observer |
public abstract getTagsFromFile ( ) : void | ||
Результат | void |
protected Interfaces.IBassWrapperOrganisation _aBassWrapperOrganisation | ||
Результат | Interfaces.IBassWrapperOrganisation |