org.rococoa.cocoa.audiounit
Class AudioUnitParameterEvent.eventValues_union.ramp_struct

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.audiounit.AudioUnitParameterEvent.eventValues_union.ramp_struct
Direct Known Subclasses:
AudioUnitParameterEvent.eventValues_union.ramp_struct.ByReference, AudioUnitParameterEvent.eventValues_union.ramp_struct.ByValue
Enclosing class:
AudioUnitParameterEvent.eventValues_union

public static class AudioUnitParameterEvent.eventValues_union.ramp_struct
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class AudioUnitParameterEvent.eventValues_union.ramp_struct.ByReference
           
static class AudioUnitParameterEvent.eventValues_union.ramp_struct.ByValue
           
 
Field Summary
 int durationInFrames
           
 float endValue
           
 int startBufferOffset
           
 float startValue
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
AudioUnitParameterEvent.eventValues_union.ramp_struct()
           
AudioUnitParameterEvent.eventValues_union.ramp_struct(int startBufferOffset, int durationInFrames, float startValue, float endValue)
           
 
Method Summary
 AudioUnitParameterEvent.eventValues_union.ramp_struct.ByReference byReference()
           
 AudioUnitParameterEvent.eventValues_union.ramp_struct.ByValue byValue()
           
 AudioUnitParameterEvent.eventValues_union.ramp_struct 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

startBufferOffset

public int startBufferOffset

durationInFrames

public int durationInFrames

startValue

public float startValue

endValue

public float endValue
Constructor Detail

AudioUnitParameterEvent.eventValues_union.ramp_struct

public AudioUnitParameterEvent.eventValues_union.ramp_struct()

AudioUnitParameterEvent.eventValues_union.ramp_struct

public AudioUnitParameterEvent.eventValues_union.ramp_struct(int startBufferOffset,
                                                             int durationInFrames,
                                                             float startValue,
                                                             float endValue)
Method Detail

byReference

public AudioUnitParameterEvent.eventValues_union.ramp_struct.ByReference byReference()

byValue

public AudioUnitParameterEvent.eventValues_union.ramp_struct.ByValue byValue()

clone

public AudioUnitParameterEvent.eventValues_union.ramp_struct clone()
Overrides:
clone in class Object