Packagethanhtran.karaokeplayer.data
Classpublic class SongInfo



Public Properties
 PropertyDefined by
  beatSound : Sound
used to store reference of Sound object for this song
SongInfo
  beatURL : String = ""
SongInfo
  copyright : String = ""
SongInfo
  description : String = ""
SongInfo
  lyrics : SongLyrics
SongInfo
  title : String = ""
SongInfo
Property detail
beatSoundproperty
public var beatSound:Sound

used to store reference of Sound object for this song

beatURLproperty 
public var beatURL:String = ""
copyrightproperty 
public var copyright:String = ""
descriptionproperty 
public var description:String = ""
lyricsproperty 
public var lyrics:SongLyrics
titleproperty 
public var title:String = ""