Bitmovin Player React Native SDK - v1.1.0
    Preparing search index...

    Interface Thumbnail

    Represents a VTT thumbnail.

    interface Thumbnail {
        end: number;
        height: number;
        start: number;
        text: string;
        url: string;
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    end: number

    The end time of the thumbnail.

    height: number

    The height of the thumbnail

    start: number

    The start time of the thumbnail.

    text: string

    The raw cue data.

    url: string

    The URL of the spritesheet

    width: number

    The width of the thumbnail

    x: number

    The horizontal offset of the thumbnail in its spritesheet

    y: number

    The vertical offset of the thumbnail in its spritesheet