Sanity Library Reference Docs
    Preparing search index...

    Interface VideoRenditionInfoPublic

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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

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

    url: string

    URL to the MP4 rendition (redirects to CDN)