Text Track Response
data class TextTrackResponse(val displayName: String? = null, val fileName: String? = null, val hlsSettings: HlsSettingsResponse? = null, val languageCode: String, val odataType: String, val playerVisibility: String? = null)
Represents a text track in an asset. A text track is usually used for sparse data related to the audio or video tracks.
Constructors
Link copied to clipboard
fun TextTrackResponse(displayName: String? = null, fileName: String? = null, hlsSettings: HlsSettingsResponse? = null, languageCode: String, odataType: String, playerVisibility: String? = null)