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

SelectAudioTrackById interface

Select audio tracks from the input by specifying a track identifier.

Extends

Properties

odataType

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

trackId

Track identifier to select

Inherited Properties

channelMapping

Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.

Property Details

odataType

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

odataType: "#Microsoft.Media.SelectAudioTrackById"

Property Value

"#Microsoft.Media.SelectAudioTrackById"

trackId

Track identifier to select

trackId: number

Property Value

number

Inherited Property Details

channelMapping

Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.

channelMapping?: string

Property Value

string

Inherited From AudioTrackDescriptor.channelMapping