[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "N:MusicPlayerWindow"]
Classes
Class | Description | |
---|---|---|
![]() | CustomMusicLoader |
Updates the previous and next song queues in a separate thread
|
![]() | MainWindow |
The GUI and the main delegator of activity
|
![]() | MusicPlayer |
Plays the music
|
![]() | Playlist |
Reference the playlist xml file that contains paths to the playlist's songs
|
![]() | PlaylistParser |
Parses iTunes's xml library and creates local playlists
|
![]() | Progress_Bar |
A form that consists of a progress bar and an information label
|
![]() | Queue |
Holds a playlist and its next and previous song queues
|
![]() | QueueStore |
Holds every single playlist's queue object
|
![]() | Song |
Internal song representation; includes the path to the song and an irrKlang sound
|
![]() | Sound |
Encapsulates the underlying representation of a song;
Currently encapsulates IrrKlang ISounds and Bass.Net streams
|