Package org.robovm.apple.coreaudio
Class AudioValueRange
- All Implemented Interfaces:
Iterable<AudioValueRange>
public class AudioValueRange extends Struct<AudioValueRange>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAudioValueRange.AudioValueRangePtr -
Constructor Summary
Constructors Constructor Description AudioValueRange()AudioValueRange(double minimum, double maximum) -
Method Summary
Modifier and Type Method Description doublegetMaximum()doublegetMinimum()AudioValueRangesetMaximum(double maximum)AudioValueRangesetMinimum(double minimum)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
-
AudioValueRange
public AudioValueRange() -
AudioValueRange
public AudioValueRange(double minimum, double maximum)
-
-
Method Details
-
getMinimum
public double getMinimum() -
setMinimum
-
getMaximum
public double getMaximum() -
setMaximum
-