org.rococoa.cocoa.coreaudio
Class AudioValueRange

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.coreaudio.AudioValueRange
Direct Known Subclasses:
AudioValueRange.ByReference, AudioValueRange.ByValue

public class AudioValueRange
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class AudioValueRange.ByReference
           
static class AudioValueRange.ByValue
           
 
Field Summary
 double mMaximum
           
 double mMinimum
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
AudioValueRange()
           
AudioValueRange(double mMinimum, double mMaximum)
           
 
Method Summary
 AudioValueRange.ByReference byReference()
           
 AudioValueRange.ByValue byValue()
           
 AudioValueRange clone()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

mMinimum

public double mMinimum

mMaximum

public double mMaximum
Constructor Detail

AudioValueRange

public AudioValueRange()

AudioValueRange

public AudioValueRange(double mMinimum,
                       double mMaximum)
Method Detail

byReference

public AudioValueRange.ByReference byReference()

byValue

public AudioValueRange.ByValue byValue()

clone

public AudioValueRange clone()
Overrides:
clone in class Object