Table of Contents

Class MediaQueue

Namespace
Microsoft.Xna.Framework.Media
Assembly
MonoGame.Framework.dll
public sealed class MediaQueue
Inheritance
MediaQueue
Inherited Members

Constructors

MediaQueue()

public MediaQueue()

Properties

ActiveSong

public Song ActiveSong { get; }

Property Value

Song

ActiveSongIndex

public int ActiveSongIndex { get; set; }

Property Value

int

this[int]

public Song this[int index] { get; }

Parameters

index int

Property Value

Song