Chapter
The Chapter
class represents a chapter within a track,
useful for podcasts, audiobooks, DJ sets, or long tracks with multiple
sections.
Properties
Property | Type | Description |
---|---|---|
_id |
string |
The unique identifier for the chapter. |
Title |
string |
The title of the chapter. |
Description |
string |
A description of the chapter content. |
Timestamp |
TimeSpan |
The starting time of the chapter within the track. |
Tracks |
List<DbLink> |
Tracks associated with this chapter. |
Albums |
List<DbLink> |
Albums associated with this chapter. |
Artists |
List<DbLink> |
Artists associated with this chapter. |