Class MusicGroup
Represents a group within a category (e.g. Calm inside Moods).
Inheritance
object
MusicGroup
Namespace: Glitch9.AIDevKit.Mubert
Assembly: .dll
Syntax
public class MusicGroup
Properties
Channels
A list of channels under this group.
Declaration
public List<MusicChannel> Channels { get; set; }
Property Value
Type | Description |
---|---|
List<MusicChannel> |
GroupId
The ID of the group.
Declaration
public int GroupId { get; set; }
Property Value
Type | Description |
---|---|
int |
Name
The name of the group.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Playlist
The playlist index of the group (e.g. "0.0").
Declaration
public string Playlist { get; set; }
Property Value
Type | Description |
---|---|
string |