SelectAudioTrackById interface
Select audio tracks from the input by specifying a track identifier.
- Extends
Properties
odata |
Polymorphic discriminator, which specifies the different types this object can be |
track |
Track identifier to select |
Inherited Properties
channel |
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