[This is preliminary documentation and is subject to change.]
The QueueStore type exposes the following members.
Constructors
Name | Description | |
---|---|---|
QueueStore |
Constructor initializes queues
|
Methods
Name | Description | |
---|---|---|
addSongToNextQueue |
Adds a song to the end of the next song queue
| |
addSongToNextQueueFront |
Adds a song to the front of the next song queue (when prev button clicked)
| |
addSongToPrevQueue |
Adds a song to the end of the previous song queue
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
getPlaylistNames |
Gets all the playlist names
| |
getSongFromNextQueue |
Gets the next song from the next song queue
| |
getSongFromPrevQueue |
Gets the next song from the previous song queue
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
switchPlaylist |
Sets the current queue to the given playlist
| |
ToString | (Inherited from Object.) |