Properties Methods Events Config Options Direct Link

Class Fabs.boombox.Player

Package:Fabs.boombox
Defined In:Player.js
Class:Player
Extends:Object
A class that represents the underlying music player.

Config Options

Config OptionsDefined By
 autoPlay : Boolean
Automatically start tracks when added (defaults to false)
Player
 shuffle : Boolean
Enable shuffled play (defaults to false)
Player
 volume : Number
The initial volume level (Defaults to 80)
Player

Public Properties

PropertyDefined By
 currentTrack : Fabs.boombox.Track
Read-only. The reference to the currently playing track
Player
 history : Array
Read-only. History of tracks played
Player
 index : Array
Read-only. Index of current playing track in history
Player
 playlists : Array
Read-only. Array of playlists
Player
 stop : Object
Need to destroy the sound object here.
Player

Public Methods

MethodDefined By

Public Events

EventDefined By