From Each Input File Args
data class FromEachInputFileArgs(val includedTracks: Output<List<Any>>? = null, val odataType: Output<String>) : ConvertibleToJava<FromEachInputFileArgs>
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.