CreateTrackInput
The parameters specifying a track to be created.
input CreateTrackInput {
source: SourceDataInput!
name: String!
webhook: URL
}
Fields
CreateTrackInput.source
● SourceDataInput!
non-null input
The track data source.
CreateTrackInput.name
● String!
non-null scalar
The name of the track.
CreateTrackInput.webhook
● URL
scalar
A webhook to be called when the background encoding job is finished.
Member of
createTrack
mutation