Package org.robovm.apple.audiotoolbox
Class MusicTrackLoopInfo
- All Implemented Interfaces:
Iterable<MusicTrackLoopInfo>
public class MusicTrackLoopInfo extends Struct<MusicTrackLoopInfo>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMusicTrackLoopInfo.MusicTrackLoopInfoPtr -
Constructor Summary
Constructors Constructor Description MusicTrackLoopInfo()MusicTrackLoopInfo(double loopDuration, int numberOfLoops) -
Method Summary
Modifier and Type Method Description doublegetLoopDuration()intgetNumberOfLoops()MusicTrackLoopInfosetLoopDuration(double loopDuration)MusicTrackLoopInfosetNumberOfLoops(int numberOfLoops)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
-
MusicTrackLoopInfo
public MusicTrackLoopInfo() -
MusicTrackLoopInfo
public MusicTrackLoopInfo(double loopDuration, int numberOfLoops)
-
-
Method Details
-
getLoopDuration
public double getLoopDuration() -
setLoopDuration
-
getNumberOfLoops
public int getNumberOfLoops() -
setNumberOfLoops
-