InputFileResponse

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

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val filename: String? = null

Name of the file that this input definition applies to.

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

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

Link copied to clipboard

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