Upload subtitles dto.

UploadSubtitleDto

interface UploadSubtitleDto {
    Data: string;
    Format: string;
    IsForced: boolean;
    IsHearingImpaired: boolean;
    Language: string;
}

Properties

Data: string

Gets or sets the subtitle data.

UploadSubtitleDto

Format: string

Gets or sets the subtitle format.

UploadSubtitleDto

IsForced: boolean

Gets or sets a value indicating whether the subtitle is forced.

UploadSubtitleDto

IsHearingImpaired: boolean

Gets or sets a value indicating whether the subtitle is for hearing impaired.

UploadSubtitleDto

Language: string

Gets or sets the subtitle language.

UploadSubtitleDto