lib / tv.smartclip.smartclientandroid.lib.dto.core / SxClosedCaption

SxClosedCaption

@JsonClass(true) data class SxClosedCaption

Subtitle files for the current creative in different languages.

Constructors

<init>

Subtitle files for the current creative in different languages.

SxClosedCaption(fileURL: String, type: String, language: String)

Properties

fileURL

URL to the subtitle file

val fileURL: String

language

Language of the file that is provided

val language: String

type

MIME type of the offered file

val type: String