Bitmovin Player API 8.268.0
    Preparing search index...

    Interface Snapshot

    A snapshot of a video frame.

    interface Snapshot {
        data: String;
        height: number;
        width: number;
    }
    Index
    data: String

    A Base64-encoded string that contains the image.

    height: number

    The height of the image.

    width: number

    The width of the image.