你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FromAllInputFile interface

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.

Extends

Properties

odataType

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

includedTracks

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

Property Details

odataType

Polymorphic discriminator, which specifies the different types this object can be

odataType: "#Microsoft.Media.FromAllInputFile"

Property Value

"#Microsoft.Media.FromAllInputFile"

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