All Downloader - v1.0.2-alpha
    Preparing search index...

    Interface Subtitle

    Represents a subtitle track.

    interface Subtitle {
        extensions: string[];
        lang: string;
        name: null | string;
        type: string;
    }
    Index

    Properties

    extensions: string[]

    Supported subtitle file extensions

    lang: string

    Language code (e.g., "en", "es")

    name: null | string

    Display name of the subtitle, or null

    type: string

    Type of subtitle (e.g., "auto", "manual")