Package org.robovm.apple.audiotoolbox
Class CABarBeatTime
- All Implemented Interfaces:
Iterable<CABarBeatTime>
public class CABarBeatTime extends Struct<CABarBeatTime>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCABarBeatTime.CABarBeatTimePtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description CABarBeatTime()CABarBeatTime(int bar, short beat, short subbeat, short subbeatDivisor) -
Method Summary
Modifier and Type Method Description intgetBar()shortgetBeat()shortgetSubbeat()shortgetSubbeatDivisor()CABarBeatTimesetBar(int bar)CABarBeatTimesetBeat(short beat)CABarBeatTimesetSubbeat(short subbeat)CABarBeatTimesetSubbeatDivisor(short subbeatDivisor)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
-
CABarBeatTime
public CABarBeatTime() -
CABarBeatTime
public CABarBeatTime(int bar, short beat, short subbeat, short subbeatDivisor)
-
-
Method Details
-
getBar
public int getBar() -
setBar
-
getBeat
public short getBeat() -
setBeat
-
getSubbeat
public short getSubbeat() -
setSubbeat
-
getSubbeatDivisor
public short getSubbeatDivisor() -
setSubbeatDivisor
-