Interface StaticSize

interface StaticSize {
    height: number;
    width: number;
}

Properties

Properties

height: number

The logical pixel height of the player, e.g., 720.

width: number

The logical pixel width of the player, e.g., 1280.

Generated using TypeDoc