public final class CVPlanarComponentInfo
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
CVPlanarComponentInfo() |
|
CVPlanarComponentInfo(int offset,
int rowBytes) |
protected |
CVPlanarComponentInfo(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
offset()
offset from main base address to base address of this plane, big-endian
|
int |
rowBytes()
bytes per row of this plane, big-endian
|
void |
setOffset(int value)
offset from main base address to base address of this plane, big-endian
|
void |
setRowBytes(int value)
bytes per row of this plane, big-endian
|
public CVPlanarComponentInfo()
protected CVPlanarComponentInfo(org.moe.natj.general.Pointer peer)
public CVPlanarComponentInfo(int offset,
int rowBytes)
public int offset()
public void setOffset(int value)
public int rowBytes()
public void setRowBytes(int value)