Export

Subtitle

interface Subtitle {
    closedCaptions?: boolean;
    locale?: Locale;
}

Properties

closedCaptions?: boolean

Whether closed captions are available for the subtitle.

Memberof

Subtitle

locale?: Locale

Memberof

Subtitle

Generated using TypeDoc