AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class MusicCategory

    Represents a music category (e.g. Moods, Genres, etc.).

    Inheritance
    object
    MusicCategory
    Namespace: Glitch9.AIDevKit.Mubert
    Assembly: .dll
    Syntax
    public class MusicCategory

    Properties

    CategoryId

    The ID of the category.

    Declaration
    public int CategoryId { get; set; }
    Property Value
    Type Description
    int

    Groups

    A list of groups under this category.

    Declaration
    public List<MusicGroup> Groups { get; set; }
    Property Value
    Type Description
    List<MusicGroup>

    Name

    The name of the category.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Playlist

    The playlist index of the category (e.g. "0").

    Declaration
    public string Playlist { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX