Class SongContent
- 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
FileName
Relative file path to the song content.
public required string FileName { get; init; }