Package org.robovm.apple.coremedia
Class CMVideoDimensions
- All Implemented Interfaces:
Iterable<CMVideoDimensions>
public class CMVideoDimensions extends Struct<CMVideoDimensions>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCMVideoDimensions.CMVideoDimensionsPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description CMVideoDimensions()CMVideoDimensions(int width, int height) -
Method Summary
Modifier and Type Method Description intgetHeight()intgetWidth()CMVideoDimensionssetHeight(int height)CMVideoDimensionssetWidth(int width)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
-
CMVideoDimensions
public CMVideoDimensions() -
CMVideoDimensions
public CMVideoDimensions(int width, int height)
-
-
Method Details
-
getWidth
public int getWidth() -
setWidth
-
getHeight
public int getHeight() -
setHeight
-