MediaPlayer.Play Method (SongCollection, Int32)
Plays a SongCollection, starting with the Song at the specified index.
Syntax
'Declaration
Public Shared Sub Play ( _
songs As SongCollection, _
index As Integer _
)
public static void Play (
SongCollection songs,
int index
)
public:
static void Play(
SongCollection songs,
int index
)
Parameters
- songs
Type: SongCollection
SongCollection to play. - index
Type: Int32
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.
Requirements
Namespace: Microsoft.Xna.Framework.Media
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Tasks
Reference
MediaPlayer.Play Method
MediaPlayer Class
MediaPlayer Members
Microsoft.Xna.Framework.Media Namespace
Platforms
Windows Phone