C# Class Organisation.Mp3Song

Class for handling MP3Songs
Inheritance: Song
Show file Open project: mhack/gamenoise

Public Methods

Method Description
Mp3Song ( string fp, Interfaces bass )

Constructor

Mp3Song ( 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

Mp3Song() public method

Constructor
public Mp3Song ( string fp, Interfaces bass )
fp string filepath
bass Interfaces bass reference

Mp3Song() public method

Constructor
public Mp3Song ( 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 method

get Playtime of this Song
public getPlaytime ( ) : string
return string

getTagsFromFile() public method

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