@jellyfin/sdk
    Preparing search index...

    Interface UploadSubtitleDto

    Upload subtitles dto.

    UploadSubtitleDto

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

    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