InputDefinition interface

Base class for defining an input. Use sub classes of this class to specify tracks selections and related metadata.

Properties

includedTracks

The list of TrackDescriptors which define the metadata and selection of tracks in the input.

odataType

Polymorphic discriminator, which specifies the different types this object can be

Property Details

includedTracks

The list of TrackDescriptors which define the metadata and selection of tracks in the input.

includedTracks?: TrackDescriptorUnion[]

Property Value

odataType

Polymorphic discriminator, which specifies the different types this object can be

odataType: "#Microsoft.Media.FromAllInputFile" | "#Microsoft.Media.FromEachInputFile" | "#Microsoft.Media.InputFile"

Property Value

"#Microsoft.Media.FromAllInputFile" | "#Microsoft.Media.FromEachInputFile" | "#Microsoft.Media.InputFile"