Class MusicInfo
Represents info about a music track.
Inherited Members
Namespace: Evergine.Common.Media
Assembly: Evergine.Common.dll
Syntax
public class MusicInfo
Constructors
MusicInfo(string)
Initializes a new instance of the MusicInfo class.
Declaration
public MusicInfo(string path)
Parameters
Type | Name | Description |
---|---|---|
string | path | The path. |
Fields
MusicId
Unique ID of the track.
Declaration
public int MusicId
Field Value
Type | Description |
---|---|
int |
NumMusic
Loaded song count.
Declaration
public static int NumMusic
Field Value
Type | Description |
---|---|
int |
Path
Path of the song.
Declaration
public string Path
Field Value
Type | Description |
---|---|
string |