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
fun AudioTrackResponse(bitRate: Int, dashSettings: DashSettingsResponse? = null, displayName: String? = null, fileName: String? = null, hlsSettings: HlsSettingsResponse? = null, languageCode: String? = null, mpeg4TrackId: Int? = null, odataType: String)