Méthode | Description | |
---|---|---|
AddAlbum ( Album album ) : System.Threading.Tasks.Task |
Adds an album to the end of the play queue
|
|
AddTrack ( Track track ) : void |
Adds a track to the end of the play queue
|
|
Clear ( ) : void |
Clears the entire play queue
|
|
Dequeue ( ) : Track |
Gets the next song to play in the play queue
|
|
IsEmpty ( ) : bool |
Is the play queue Empty?
|
|
PlayAlbum ( Album album ) : Task |
Adds an album to the beginning of the play queue
|
|
PlayTrack ( Track track ) : Track |
Adds the track to the beginning of the play queue
|
|
TrackManager ( ) : SpotiFire |
Create a new Track Maangager
|
public AddAlbum ( Album album ) : System.Threading.Tasks.Task | ||
album | Album | The album to add |
Résultat | System.Threading.Tasks.Task |
public AddTrack ( Track track ) : void | ||
track | Track | The track to add |
Résultat | void |
public PlayAlbum ( Album album ) : Task | ||
album | Album | The album to add |
Résultat | Task |
public PlayTrack ( Track track ) : Track | ||
track | Track | The track to add |
Résultat | Track |