public final class CMVideoDimensions
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
CMVideoDimensions() |
|
CMVideoDimensions(int width,
int height) |
protected |
CMVideoDimensions(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
height() |
void |
setHeight(int value) |
void |
setWidth(int value) |
int |
width() |