Table of Contents

Class SongContent

Namespace
Microsoft.Xna.Framework.Content.Pipeline.Processors
Assembly
MonoGame.Framework.Content.Pipeline.dll

Represents a processed Song object.

public sealed class SongContent
Inheritance
SongContent
Inherited Members

Properties

Duration

Duration of the song.

public required TimeSpan Duration { get; init; }

Property Value

TimeSpan

FileName

Relative file path to the song content.

public required string FileName { get; init; }

Property Value

string