AudioTrackResponse

data class AudioTrackResponse(val bitRate: Int, val dashSettings: DashSettingsResponse? = null, val displayName: String? = null, val fileName: String? = null, val hlsSettings: HlsSettingsResponse? = null, val languageCode: String? = null, val mpeg4TrackId: Int? = null, val odataType: String)

Represents an audio track in the asset.

Constructors

Link copied to clipboard
constructor(bitRate: Int, dashSettings: DashSettingsResponse? = null, displayName: String? = null, fileName: String? = null, hlsSettings: HlsSettingsResponse? = null, languageCode: String? = null, mpeg4TrackId: Int? = null, odataType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The stream bit rate for the audio track.

Link copied to clipboard

The DASH specific setting for the audio track.

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

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

Link copied to clipboard

The HLS specific setting for the audio track.

Link copied to clipboard
val languageCode: String? = null

The RFC5646 language code for the audio track.

Link copied to clipboard
val mpeg4TrackId: Int? = null

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

Link copied to clipboard

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