Sanity Library Reference Docs
    Preparing search index...

    Interface VideoSubtitleInfoSigned

    interface VideoSubtitleInfoSigned {
        closedCaptions: boolean;
        expiresAt: string;
        languageCode: string;
        token: string;
        trackId: string;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    closedCaptions: boolean

    Whether this track contains closed captions

    expiresAt: string

    Token expiration time in ISO 8601 format

    languageCode: string

    ISO 639-1 language code

    token: string

    Authentication token for signed playback

    trackId: string

    Subtitle track identifier

    url: string

    URL to the subtitle file