Sanity Library Reference Docs
    Preparing search index...

    Interface VideoSubtitleInfoPublic

    interface VideoSubtitleInfoPublic {
        closedCaptions: boolean;
        languageCode: string;
        trackId: string;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    closedCaptions: boolean

    Whether this track contains closed captions

    languageCode: string

    ISO 639-1 language code

    trackId: string

    Subtitle track identifier

    url: string

    URL to the subtitle file