InputFile interface
An InputDefinition for a single file. TrackSelections are scoped to the file specified.
- Extends
Properties
filename | Name of the file that this input definition applies to. |
odata |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
included |
The list of TrackDescriptors which define the metadata and selection of tracks in the input. |
Property Details
filename
Name of the file that this input definition applies to.
filename?: string
Property Value
string
odataType
Polymorphic discriminator, which specifies the different types this object can be
odataType: "#Microsoft.Media.InputFile"
Property Value
"#Microsoft.Media.InputFile"
Inherited Property Details
includedTracks
The list of TrackDescriptors which define the metadata and selection of tracks in the input.
includedTracks?: TrackDescriptorUnion[]
Property Value
Inherited From InputDefinition.includedTracks