SelectAudioTrackByIdArgs

data class SelectAudioTrackByIdArgs(val channelMapping: Output<Either<String, ChannelMapping>>? = null, val odataType: Output<String>, val trackId: Output<Double>) : ConvertibleToJava<SelectAudioTrackByIdArgs>

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

Constructors

Link copied to clipboard
constructor(channelMapping: Output<Either<String, ChannelMapping>>? = null, odataType: Output<String>, trackId: Output<Double>)

Properties

Link copied to clipboard
val channelMapping: Output<Either<String, ChannelMapping>>? = null

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

Link copied to clipboard
val odataType: Output<String>

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

Link copied to clipboard
val trackId: Output<Double>

Track identifier to select

Functions

Link copied to clipboard
open override fun toJava(): SelectAudioTrackByIdArgs