OGPlayer Web SDK
    Preparing search index...

    Interface ThumbnailFrame

    One frame of a storyboard/trick-play track: a crop within a sprite.

    interface ThumbnailFrame {
        height: number;
        url: string;
        width: number;
        x: number;
        y: number;
    }
    Index
    height: number
    url: string

    Sprite image URL (resolved against the storyboard VTT).

    width: number
    x: number
    y: number