Table of Contents

Class Playlist

Namespace
Microsoft.Xna.Framework.Media
Assembly
MonoGame.Framework.dll

Provides access to a playlist in the media library.

public sealed class Playlist : IDisposable
Inheritance
Playlist
Implements
Inherited Members

Remarks

Obtain Playlist objects through the PlaylistCollection.this indexer.

Properties

Duration

Gets the duration of the Playlist.

public TimeSpan Duration { get; }

Property Value

TimeSpan

Name

Gets the name of the Playlist.

public string Name { get; }

Property Value

string

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()