Sanity Library Reference Docs
    Preparing search index...

    Interface VideoRenditionInfoSigned

    interface VideoRenditionInfoSigned {
        expiresAt: string;
        resolution: "1080p" | "480p" | "270p" | string & {};
        token: string;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    expiresAt: string

    Token expiration time in ISO 8601 format

    resolution: "1080p" | "480p" | "270p" | string & {}

    Resolution identifier, e.g. "1080p", "480p", "270p"

    token: string

    Authentication token for signed playback

    url: string

    URL to the MP4 rendition (redirects to CDN)