Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.2 KB

ScoreTrack.md

File metadata and controls

19 lines (16 loc) · 1.2 KB

FlatApi.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 Date The creation date of the track [optional]
modificationDate Date The modification date of the track [optional]
_default Boolean True if the track should be used as default audio source [optional]
state ScoreTrackState [optional]
type 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 [ScoreTrackPoint] [optional]