Search Results for

    Show / Hide Table of Contents

    Class MusicInfo

    Represents information about a music track.

    Inheritance
    object
    MusicInfo
    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 file path.

    Fields

    MusicId

    Unique ID of the track.

    Declaration
    public int MusicId
    Field Value
    Type Description
    int

    NumMusic

    The count of loaded songs.

    Declaration
    public static int NumMusic
    Field Value
    Type Description
    int

    Path

    The path of the song.

    Declaration
    public string Path
    Field Value
    Type Description
    string

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX