Name | Type | Description | Notes |
---|---|---|---|
title | String | Title of the track | [optional] |
default | Boolean | True if the track should be used as default audio source | [optional] |
state | ScoreTrackState | [optional][default to 'draft'] | |
purpose | ScoreTrackPurpose | [optional][default to 'common'] | |
url | String | The URL of the track | [optional] |
synchronization_points | Array<ScoreTrackPoint> | [optional] |
require 'flat_api'
instance = FlatApi::ScoreTrackCreation.new(
title: null,
default: null,
state: null,
purpose: null,
url: null,
synchronization_points: null
)