Share via


PlaylistMediaSource.IsShuffled | isShuffled property

Gets or sets a value indicating whether the media clips in the playlist are played in a random order.

Syntax

var isShuffled = playlistMediaSource.isShuffled;
playlistMediaSource.isShuffled = isShuffled;
public bool IsShuffled { get; set; }
Public Property IsShuffled As Boolean
public:
property bool IsShuffled { 
   bool get();
   void set (bool value);
}

Property value

Type: Boolean [JavaScript] | System.Boolean [.NET] | Platform::Boolean [C++]

True if the media clips are played in a random order; otherwise, false.

Requirements

Minimum supported client

Windows 10 Insider Preview

Minimum supported server

Windows Server Technical Preview

Minimum supported phone

Windows 10 Mobile Insider Preview

Namespace

Windows.Media.Playlists Windows::Media::Playlists [C++]

Metadata

Windows.winmd

See also

PlaylistMediaSource