Package org.robovm.apple.corevideo
Class CVBufferAttribute.AsListMarshaler
java.lang.Object
org.robovm.apple.corevideo.CVBufferAttribute.AsListMarshaler
- Enclosing class:
- CVBufferAttribute
public static class CVBufferAttribute.AsListMarshaler extends Object
-
Constructor Summary
Constructors Constructor Description AsListMarshaler() -
Method Summary
Modifier and Type Method Description static longtoNative(List<CVBufferAttribute> l, long flags)static List<CVBufferAttribute>toObject(Class<? extends CFType> cls, long handle, long flags)
-
Constructor Details
-
AsListMarshaler
public AsListMarshaler()
-
-
Method Details