A snapshot of a video frame.

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

Properties

Properties

data: String

A Base64-encoded string that contains the image.

height: number

The height of the image.

width: number

The width of the image.