org.rococoa.cocoa.coreaudio
Class AudioValueRange
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.coreaudio.AudioValueRange
- Direct Known Subclasses:
- AudioValueRange.ByReference, AudioValueRange.ByValue
public class AudioValueRange
- extends com.ochafik.lang.jnaerator.runtime.Structure
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
mMinimum
public double mMinimum
mMaximum
public double mMaximum
AudioValueRange
public AudioValueRange()
AudioValueRange
public AudioValueRange(double mMinimum,
double mMaximum)
byReference
public AudioValueRange.ByReference byReference()
byValue
public AudioValueRange.ByValue byValue()
clone
public AudioValueRange clone()
- Overrides:
clone
in class Object