Sanity Library Reference Docs
    Preparing search index...

    Interface VideoRenditionInfoPublic

    interface VideoRenditionInfoPublic {
        resolution: "1080p" | "480p" | "270p" | string & {};
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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

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

    url: string

    URL to the MP4 rendition (redirects to CDN)