Package org.robovm.apple.avfoundation
Class AVPixelAspectRatio
- All Implemented Interfaces:
Iterable<AVPixelAspectRatio>
public class AVPixelAspectRatio extends Struct<AVPixelAspectRatio>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVPixelAspectRatio.AVPixelAspectRatioPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description AVPixelAspectRatio()AVPixelAspectRatio(long horizontalSpacing, long verticalSpacing) -
Method Summary
Modifier and Type Method Description longgetHorizontalSpacing()longgetVerticalSpacing()protected static NSStringHorizontalSpacing()AVPixelAspectRatiosetHorizontalSpacing(long horizontalSpacing)AVPixelAspectRatiosetVerticalSpacing(long verticalSpacing)protected static NSStringVerticalSpacing()Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
AVPixelAspectRatio
public AVPixelAspectRatio() -
AVPixelAspectRatio
public AVPixelAspectRatio(long horizontalSpacing, long verticalSpacing)
-
-
Method Details
-
getHorizontalSpacing
public long getHorizontalSpacing() -
setHorizontalSpacing
-
getVerticalSpacing
public long getVerticalSpacing() -
setVerticalSpacing
-
HorizontalSpacing
-
VerticalSpacing
-