Uses of Class
org.robovm.apple.avfoundation.AVVideoCleanAperture
-
Packages that use AVVideoCleanAperture Package Description org.robovm.apple.avfoundation -
-
Uses of AVVideoCleanAperture in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVVideoCleanAperture Modifier and Type Method Description AVVideoCleanAperture
AVPixelBufferAttributes. getCleanAperture()
AVVideoCleanAperture
AVVideoSettings. getCleanAperture()
AVVideoCleanAperture
AVVideoCleanAperture. set(NSString key, NSObject value)
AVVideoCleanAperture
AVVideoCleanAperture. setHeight(long height)
AVVideoCleanAperture
AVVideoCleanAperture. setHorizontalOffset(long horizontalOffset)
AVVideoCleanAperture
AVVideoCleanAperture. setVerticalOffset(long verticalOffset)
AVVideoCleanAperture
AVVideoCleanAperture. setWidth(long width)
static AVVideoCleanAperture
AVVideoCleanAperture.Marshaler. toObject(java.lang.Class<AVVideoCleanAperture> cls, long handle, long flags)
Methods in org.robovm.apple.avfoundation that return types with arguments of type AVVideoCleanAperture Modifier and Type Method Description static java.util.List<AVVideoCleanAperture>
AVVideoCleanAperture.AsListMarshaler. toObject(java.lang.Class<? extends NSObject> cls, long handle, long flags)
Methods in org.robovm.apple.avfoundation with parameters of type AVVideoCleanAperture Modifier and Type Method Description AVPixelBufferAttributes
AVPixelBufferAttributes. setCleanAperture(AVVideoCleanAperture cleanAperture)
AVVideoSettings
AVVideoSettings. setCleanAperture(AVVideoCleanAperture cleanAperture)
static long
AVVideoCleanAperture.Marshaler. toNative(AVVideoCleanAperture o, long flags)
Method parameters in org.robovm.apple.avfoundation with type arguments of type AVVideoCleanAperture Modifier and Type Method Description static long
AVVideoCleanAperture.AsListMarshaler. toNative(java.util.List<AVVideoCleanAperture> l, long flags)
static AVVideoCleanAperture
AVVideoCleanAperture.Marshaler. toObject(java.lang.Class<AVVideoCleanAperture> cls, long handle, long flags)
-