Uses of Class
org.robovm.apple.avfoundation.AVVideoApertureMode
-
Packages that use AVVideoApertureMode Package Description org.robovm.apple.avfoundation -
-
Uses of AVVideoApertureMode in org.robovm.apple.avfoundation
Fields in org.robovm.apple.avfoundation declared as AVVideoApertureMode Modifier and Type Field Description static AVVideoApertureMode
AVVideoApertureMode. CleanAperture
static AVVideoApertureMode
AVVideoApertureMode. EncodedPixels
static AVVideoApertureMode
AVVideoApertureMode. ProductionAperture
Methods in org.robovm.apple.avfoundation that return AVVideoApertureMode Modifier and Type Method Description AVVideoApertureMode
AVPlayerItem. getVideoApertureMode()
static AVVideoApertureMode
AVVideoApertureMode.Marshaler. toObject(java.lang.Class<AVVideoApertureMode> cls, long handle, long flags)
static AVVideoApertureMode
AVVideoApertureMode. valueOf(NSString value)
Methods in org.robovm.apple.avfoundation that return types with arguments of type AVVideoApertureMode Modifier and Type Method Description static java.util.List<AVVideoApertureMode>
AVVideoApertureMode.AsListMarshaler. toObject(java.lang.Class<? extends NSObject> cls, long handle, long flags)
Methods in org.robovm.apple.avfoundation with parameters of type AVVideoApertureMode Modifier and Type Method Description void
AVPlayerItem. setVideoApertureMode(AVVideoApertureMode v)
static long
AVVideoApertureMode.Marshaler. toNative(AVVideoApertureMode o, long flags)
Method parameters in org.robovm.apple.avfoundation with type arguments of type AVVideoApertureMode Modifier and Type Method Description static long
AVVideoApertureMode.AsListMarshaler. toNative(java.util.List<AVVideoApertureMode> l, long flags)
static AVVideoApertureMode
AVVideoApertureMode.Marshaler. toObject(java.lang.Class<AVVideoApertureMode> cls, long handle, long flags)
-