SelectVideoTrackByIdArgs

data class SelectVideoTrackByIdArgs(val odataType: Output<String>, val trackId: Output<Double>) : ConvertibleToJava<SelectVideoTrackByIdArgs>

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

Constructors

Link copied to clipboard
constructor(odataType: Output<String>, trackId: Output<Double>)

Properties

Link copied to clipboard
val odataType: Output<String>

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

Link copied to clipboard
val trackId: Output<Double>

Track identifier to select

Functions

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