[This is preliminary documentation and is subject to change.]

The Queue type exposes the following members.

Constructors

  NameDescription
Public methodQueue(Queue)
Constructor for deep copying
Public methodQueue(Playlist, Int32)
Constructor makes next song queue and previous song queue given playlist

Methods

  NameDescription
Public methodaddNextSong
Adds a song to next queue
Public methodaddPrevSong
Adds a song to the previous queue
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetNextSong
Gets the song at the front of the next song queue and also removes it
Public methodgetPlaylistLen
Gets the number of songs in the playlist
Public methodgetPlaylistName
Gets the name of the playlist
Public methodgetPlaylistPath
Gets the path of the playlist xml file
Public methodgetPrevSong
Gets the song at the front of the previous song queue (the most recently played song) and also removes it
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldnextSongQueue
the next song queue for the playlist
Public fieldplaylist
the playlist for which this queue was created
Public fieldprevSongLimit
the number of songs the previous song queue can hold
Public fieldprevSongQueue
the previous song queue for the playlist

See Also