Package org.robovm.apple.avfoundation
Class AVAudioUnitType.AsListMarshaler
- java.lang.Object
-
- org.robovm.apple.avfoundation.AVAudioUnitType.AsListMarshaler
-
- Enclosing class:
- AVAudioUnitType
public static class AVAudioUnitType.AsListMarshaler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AsListMarshaler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
toNative(java.util.List<AVAudioUnitType> l, long flags)
static java.util.List<AVAudioUnitType>
toObject(java.lang.Class<? extends NSObject> cls, long handle, long flags)
-
-
-
Method Detail
-
toObject
public static java.util.List<AVAudioUnitType> toObject(java.lang.Class<? extends NSObject> cls, long handle, long flags)
-
toNative
public static long toNative(java.util.List<AVAudioUnitType> l, long flags)
-
-