Package org.robovm.apple.avfoundation
Class AVVideoCleanAperture
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.avfoundation.AVVideoCleanAperture
public class AVVideoCleanAperture extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVVideoCleanAperture.AsListMarshalerstatic classAVVideoCleanAperture.Keysstatic classAVVideoCleanAperture.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description AVVideoCleanAperture() -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)longgetHeight()longgetHorizontalOffset()longgetVerticalOffset()longgetWidth()booleanhas(NSString key)AVVideoCleanApertureset(NSString key, NSObject value)AVVideoCleanAperturesetHeight(long height)AVVideoCleanAperturesetHorizontalOffset(long horizontalOffset)AVVideoCleanAperturesetVerticalOffset(long verticalOffset)AVVideoCleanAperturesetWidth(long width)Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
AVVideoCleanAperture
public AVVideoCleanAperture()
-
-
Method Details
-
has
-
get
-
set
-
getWidth
public long getWidth() -
setWidth
-
getHeight
public long getHeight() -
setHeight
-
getHorizontalOffset
public long getHorizontalOffset() -
setHorizontalOffset
-
getVerticalOffset
public long getVerticalOffset() -
setVerticalOffset
-