Search Results for

    Show / Hide Table of Contents

    Class MusicInfo

    Represents info 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 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

    Extension Methods

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