UploadSubtitleDto

data class UploadSubtitleDto(val language: String, val format: String, val isForced: Boolean, val isHearingImpaired: Boolean, val data: String)

Upload subtitles dto.

Constructors

Link copied to clipboard
constructor(language: String, format: String, isForced: Boolean, isHearingImpaired: Boolean, data: String)

Properties

Link copied to clipboard

The subtitle data.

Link copied to clipboard

The subtitle format.

Link copied to clipboard

A value indicating whether the subtitle is forced.

Link copied to clipboard

A value indicating whether the subtitle is for hearing impaired.

Link copied to clipboard

The subtitle language.