Audio Track Response
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)
Properties
Link copied to clipboard
The DASH specific setting for the audio track.
Link copied to clipboard
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
The HLS specific setting for the audio track.
Link copied to clipboard
The RFC5646 language code for the audio track.
Link copied to clipboard
The MPEG-4 audio track ID for the audio track.