FromAllInputFileArgs

data class FromAllInputFileArgs(val includedTracks: Output<List<Any>>? = null, val odataType: Output<String>) : ConvertibleToJava<FromAllInputFileArgs>

An InputDefinition that looks across all of the files provided to select tracks specified by the IncludedTracks property. Generally used with the AudioTrackByAttribute and VideoTrackByAttribute to allow selection of a single track across a set of input files.

Constructors

Link copied to clipboard
constructor(includedTracks: Output<List<Any>>? = null, odataType: Output<String>)

Properties

Link copied to clipboard
val includedTracks: Output<List<Any>>? = null

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

Link copied to clipboard
val odataType: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): FromAllInputFileArgs