Packagevn.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
  composer : String
SongInfo
  copyright : String = ""
SongInfo
  description : String = ""
SongInfo
  genre : String
SongInfo
  id : String
SongInfo
  lyrics : SongLyrics
SongInfo
  mood : String
SongInfo
  songXML : XML
original XML for later extension
SongInfo
  styleof : String
SongInfo
  title : String = ""
SongInfo
Public Methods
 MethodDefined by
  
getExtra(id:String):String
SongInfo
Property detail
beatSoundproperty
public var beatSound:Sound

used to store reference of Sound object for this song

beatURLproperty 
public var beatURL:String
composerproperty 
public var composer:String
copyrightproperty 
public var copyright:String = ""
descriptionproperty 
public var description:String = ""
extraproperty 
karplayer_internal var extra:Object
genreproperty 
public var genre:String
idproperty 
public var id:String
lyricsproperty 
public var lyrics:SongLyrics
moodproperty 
public var mood:String
songXMLproperty 
public var songXML:XML

original XML for later extension

styleofproperty 
public var styleof:String
titleproperty 
public var title:String = ""
Method detail
getExtra()method
public function getExtra(id:String):StringParameters
id:String

Returns
String