JobInputSequenceResponse

data class JobInputSequenceResponse(val inputs: List<JobInputClipResponse>? = null, val odataType: String)

A Sequence contains an ordered list of Clips where each clip is a JobInput. The Sequence will be treated as a single input.

Constructors

Link copied to clipboard
constructor(inputs: List<JobInputClipResponse>? = null, odataType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

JobInputs that make up the timeline.

Link copied to clipboard

The discriminator for derived types. Expected value is '#Microsoft.Media.JobInputSequence'.