Property | Defined 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 |
beatSound | property |
public var beatSound:Sound
used to store reference of Sound object for this song
beatURL | property |
public var beatURL:String = ""
copyright | property |
public var copyright:String = ""
description | property |
public var description:String = ""
lyrics | property |
public var lyrics:SongLyrics
title | property |
public var title:String = ""