Package apple.corevideo.struct
Class CVPlanarComponentInfo
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.corevideo.struct.CVPlanarComponentInfo
-
public final class CVPlanarComponentInfo extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description CVPlanarComponentInfo()CVPlanarComponentInfo(int offset, int rowBytes)protectedCVPlanarComponentInfo(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intoffset()offset from main base address to base address of this plane, big-endianintrowBytes()bytes per row of this plane, big-endianvoidsetOffset(int value)offset from main base address to base address of this plane, big-endianvoidsetRowBytes(int value)bytes per row of this plane, big-endian
-
-
-
Method Detail
-
offset
public int offset()
offset from main base address to base address of this plane, big-endian
-
setOffset
public void setOffset(int value)
offset from main base address to base address of this plane, big-endian
-
rowBytes
public int rowBytes()
bytes per row of this plane, big-endian
-
setRowBytes
public void setRowBytes(int value)
bytes per row of this plane, big-endian
-
-