AudioTrackDescriptorResponse

data class AudioTrackDescriptorResponse(val channelMapping: String? = null, val odataType: String)

A TrackSelection to select audio tracks.

Constructors

Link copied to clipboard
constructor(channelMapping: String? = null, odataType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val channelMapping: String? = 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

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