This topic has not yet been rated - Rate this topic

MediaPlayer.IsRepeating Property

Gets or sets the repeat setting for the media player.

Namespace: Microsoft.Xna.Framework.Media
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

public static bool IsRepeating { get; set; }

Property Value

true if the current play queue is set to repeat; false otherwise.

When IsRepeating is true, the playback queue will begin playing again after all songs in the queue have been played.

Xbox 360, Windows XP SP2, Windows Vista, Zune
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.