InputFileArgs

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

An InputDefinition for a single file. TrackSelections are scoped to the file specified.

Constructors

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

Properties

Link copied to clipboard
val filename: Output<String>? = null

Name of the file that this input definition applies to.

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.InputFile'.

Functions

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