AudioTrackArgs

data class AudioTrackArgs(val dashSettings: Output<DashSettingsArgs>? = null, val displayName: Output<String>? = null, val fileName: Output<String>? = null, val hlsSettings: Output<HlsSettingsArgs>? = null, val languageCode: Output<String>? = null, val mpeg4TrackId: Output<Int>? = null, val odataType: Output<String>) : ConvertibleToJava<AudioTrackArgs>

Represents an audio track in the asset.

Constructors

Link copied to clipboard
constructor(dashSettings: Output<DashSettingsArgs>? = null, displayName: Output<String>? = null, fileName: Output<String>? = null, hlsSettings: Output<HlsSettingsArgs>? = null, languageCode: Output<String>? = null, mpeg4TrackId: Output<Int>? = null, odataType: Output<String>)

Properties

Link copied to clipboard
val dashSettings: Output<DashSettingsArgs>? = null

The DASH specific setting for the audio track.

Link copied to clipboard
val displayName: Output<String>? = null

The display name of the audio track on a video player. In HLS, this maps to the NAME attribute of EXT-X-MEDIA.

Link copied to clipboard
val fileName: Output<String>? = null

The file name to the source file. This file is located in the storage container of the asset.

Link copied to clipboard
val hlsSettings: Output<HlsSettingsArgs>? = null

The HLS specific setting for the audio track.

Link copied to clipboard
val languageCode: Output<String>? = null

The RFC5646 language code for the audio track.

Link copied to clipboard
val mpeg4TrackId: Output<Int>? = null

The MPEG-4 audio track ID for the audio track.

Link copied to clipboard
val odataType: Output<String>

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

Functions

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