@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface VideoFrameRect
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VideoFrameRect.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VideoFrameRect.Builder |
create(int height,
int left,
int top,
int width) |
int |
height() |
int |
left() |
void |
setHeight(int height) |
void |
setLeft(int left) |
void |
setTop(int top) |
void |
setWidth(int width) |
int |
top() |
int |
width() |
@JsOverlay @Nonnull static VideoFrameRect.Builder create(int height, int left, int top, int width)
@JsProperty(name="height") int height()
@JsProperty void setHeight(int height)
@JsProperty(name="left") int left()
@JsProperty void setLeft(int left)
@JsProperty(name="top") int top()
@JsProperty void setTop(int top)
@JsProperty(name="width") int width()
@JsProperty void setWidth(int width)