From All Input File Args
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.