Share via


PlaylistMediaSource.IsLooping | isLooping property

Gets or sets a value indicating if the playlist should loop after all of the clips have been played.

Syntax

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

Property value

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

True if the playlist is looping; 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