org.rococoa.cocoa.audiounit
Class AudioUnitParameterEvent.eventValues_union.ramp_struct
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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
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 |
startBufferOffset
public int startBufferOffset
durationInFrames
public int durationInFrames
startValue
public float startValue
endValue
public float endValue
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)
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