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.CMVideoDimensionsPtr -
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, wrap
-
Constructor Details
-
CMVideoDimensions
public CMVideoDimensions() -
CMVideoDimensions
public CMVideoDimensions(int width, int height)
-
-
Method Details