Package org.robovm.apple.corevideo
Class CVImageBufferYCbCrMatrix.Marshaler
- java.lang.Object
-
- org.robovm.apple.corevideo.CVImageBufferYCbCrMatrix.Marshaler
-
- Enclosing class:
- CVImageBufferYCbCrMatrix
public static class CVImageBufferYCbCrMatrix.Marshaler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Marshaler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
toNative(CVImageBufferYCbCrMatrix o, long flags)
static CVImageBufferYCbCrMatrix
toObject(java.lang.Class<CVImageBufferYCbCrMatrix> cls, long handle, long flags)
-
-
-
Method Detail
-
toObject
public static CVImageBufferYCbCrMatrix toObject(java.lang.Class<CVImageBufferYCbCrMatrix> cls, long handle, long flags)
-
toNative
public static long toNative(CVImageBufferYCbCrMatrix o, long flags)
-
-