MediaQueueΒΆ
-
class
MediaQueue: System.Object -
readonly Song
ActiveSong
-
int
ActiveSongIndex
-
readonly Song
Item
-
int
get_Count()
-
System.Collections.Generic.IEnumerable<Song>
get_Songs()
-
Song
GetNextSong(int direction, bool shuffle) Parameters: - direction (int) –
- shuffle (bool) –
-
void
Clear()
-
void
Add(Song song) Parameters: - song (Microsoft.Xna.Framework.Media.Song) –
-
readonly Song