Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.45 KB

ScoreTrack.md

File metadata and controls

21 lines (17 loc) · 1.45 KB

ScoreTrack

Properties

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]

[Back to Model list] [Back to API list] [Back to README]