Class MusicGroup
Represents a group within a category (e.g. Calm inside Moods).
public class MusicGroup
- Inheritance
-
objectMusicGroup
Properties
Channels
A list of channels under this group.
public List<MusicChannel> Channels { get; set; }
Property Value
- List<MusicChannel>
GroupId
The ID of the group.
public int GroupId { get; set; }
Property Value
- int
Name
The name of the group.
public string Name { get; set; }
Property Value
- string
Playlist
The playlist index of the group (e.g. "0.0").
public string Playlist { get; set; }
Property Value
- string