MediaPlayer.Play Method (SongCollection, Int32)
Plays a SongCollection, starting with the Song at the specified index.
Namespace: Microsoft.Xna.Framework.Media
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
Syntax
public static void Play (
SongCollection songs,
int index
)
Parameters
- songs
SongCollection to play. - index
Index of the song in the collection at which playback should begin.
Exceptions
Exception type | Condition |
---|---|
ArgumentException | Play cannot be used when the song collection count is zero. |
ArgumentNullException | songs is null. |
ArgumentOutOfRangeException | index must be valid for the current collection. |
Remarks
Play clears the current playback queue, and then queues up the specified song collection for playback. It begins with the song at the specified index in the collection. Playback starts immediately at the beginning of the song.
See Also
Tasks
Reference
MediaPlayer.Play Method
MediaPlayer Class
MediaPlayer Members
Microsoft.Xna.Framework.Media Namespace
Platforms
Xbox 360, Windows XP SP2, Windows Vista, Zune