Player
Player provides methods to control playlist
Constructor Summary
| Public Constructor | ||
| public |
constructor(-: string, options: object) Create an instance Player |
|
Member Summary
| Public Members | ||
| public get |
currentTime: float: * get volume |
|
| public get |
duration: float: * get duration |
|
| public set |
set volume |
|
| public get |
get volume |
|
Method Summary
| Public Methods | ||
| public |
Load a track by uuid and play the track |
|
| public |
pause() pause the current track |
|
| public |
play() play the current track |
|
| public |
play the current track at the given time |
|
| public |
stop() stop the current track |
|