C# 클래스 Organisation.MiscSong

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

공개 메소드들

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

메소드 상세

MiscSong() 공개 메소드

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

MiscSong() 공개 메소드

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

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

getTagsFromFile() 공개 메소드

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