Package | thanhtran.karaokeplayer |
Class | public class KarPlayer |
Inheritance | KarPlayer ![]() |
Property | Defined by | ||
---|---|---|---|
height : Number [read-only]
| KarPlayer | ||
ready : Signal | KarPlayer | ||
songInfo : SongInfo
[read-only]
| KarPlayer | ||
songReady : Boolean [read-only]
| KarPlayer | ||
width : Number [read-only]
| KarPlayer |
Method | Defined by | ||
---|---|---|---|
KarPlayer(options:KarPlayerOptions = null)
| KarPlayer | ||
loadSong(urlOrSongInfo:Object):void
| KarPlayer | ||
play():void
Play the audio and lyric without recording
| KarPlayer | ||
record():void
Play beat audio, lyrics and record at the same time
| KarPlayer |
Constant | Defined by | ||
---|---|---|---|
VERSION : String = "0.0.18" [static]
| KarPlayer |
height | property |
height:Number
[read-only]Implementation
public function get height():Number
ready | property |
public var ready:Signal
songInfo | property |
songReady | property |
songReady:Boolean
[read-only]Implementation
public function get songReady():Boolean
width | property |
width:Number
[read-only]Implementation
public function get width():Number
KarPlayer | () | constructor |
public function KarPlayer(options:KarPlayerOptions = null)
Parameters
options:KarPlayerOptions (default = null )
|
loadSong | () | method |
public function loadSong(urlOrSongInfo:Object):void
Parameters
urlOrSongInfo:Object |
play | () | method |
public function play():void
Play the audio and lyric without recording
record | () | method |
public function record():void
Play beat audio, lyrics and record at the same time
VERSION | constant |
public static const VERSION:String = "0.0.18"