C# 클래스 Organisation.Mp3Song

Class for handling MP3Songs
상속: Song
파일 보기 프로젝트 열기: mhack/gamenoise

공개 메소드들

메소드 설명
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

메소드 상세

Mp3Song() 공개 메소드

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

Mp3Song() 공개 메소드

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() 공개 메소드

get Playtime of this Song
public getPlaytime ( ) : string
리턴 string

getTagsFromFile() 공개 메소드

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