Package org.robovm.apple.coremedia
Class CMSampleAttachment.Marshaler
- java.lang.Object
-
- org.robovm.apple.coremedia.CMSampleAttachment.Marshaler
-
- Enclosing class:
- CMSampleAttachment
public static class CMSampleAttachment.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(CMSampleAttachment o, long flags)
static CMSampleAttachment
toObject(java.lang.Class<CMSampleAttachment> cls, long handle, long flags)
-
-
-
Method Detail
-
toObject
public static CMSampleAttachment toObject(java.lang.Class<CMSampleAttachment> cls, long handle, long flags)
-
toNative
public static long toNative(CMSampleAttachment o, long flags)
-
-