FromEachInputFile interface
An InputDefinition that looks at each input file provided to select tracks specified by the IncludedTracks property. Generally used with the AudioTrackByAttribute and VideoTrackByAttribute to select tracks from each file given.
- Extends
Properties
odata |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
included |
The list of TrackDescriptors which define the metadata and selection of tracks in the input. |
Property Details
odataType
Polymorphic discriminator, which specifies the different types this object can be
odataType: "#Microsoft.Media.FromEachInputFile"
Property Value
"#Microsoft.Media.FromEachInputFile"
Inherited Property Details
includedTracks
The list of TrackDescriptors which define the metadata and selection of tracks in the input.
includedTracks?: TrackDescriptorUnion[]
Property Value
Inherited From InputDefinition.includedTracks