Name | Type | Description | Notes |
---|---|---|---|
id | string | The unique identifier of the score track | [optional] |
title | string | Title of the track | [optional] |
score | string | The unique identifier of the score | [optional] |
creator | string | The unique identifier of the track creator | [optional] |
creationDate | \DateTime | The creation date of the track | [optional] |
modificationDate | \DateTime | The modification date of the track | [optional] |
default | bool | True if the track should be used as default audio source | [optional] |
state | \Flat\APIClient\Model\ScoreTrackState | [optional] | |
type | \Flat\APIClient\Model\ScoreTrackType | [optional] | |
url | string | The URL of the track | [optional] |
mediaId | string | The unique identifier of the track when hosted on an external service. For example, if the url is `https://www.youtube.com/watch?v=dQw4w9WgXcQ`, `mediaId` will be `dQw4w9WgXcQ` | [optional] |
synchronizationPoints | \Flat\APIClient\Model\ScoreTrackPoint[] | [optional] |