org.rococoa.cocoa.audiounit
Class MusicDeviceNoteParams

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

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

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class MusicDeviceNoteParams.ByReference
           
static class MusicDeviceNoteParams.ByValue
           
 
Field Summary
 int argCount
           
 NoteParamsControlValue[] mControls
           
 float mPitch
           
 float mVelocity
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
MusicDeviceNoteParams()
           
MusicDeviceNoteParams(int argCount, float mPitch, float mVelocity, NoteParamsControlValue[] mControls)
           
 
Method Summary
 MusicDeviceNoteParams.ByReference byReference()
           
 MusicDeviceNoteParams.ByValue byValue()
           
 MusicDeviceNoteParams 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

argCount

public int argCount

mPitch

public float mPitch

mVelocity

public float mVelocity

mControls

public NoteParamsControlValue[] mControls
Constructor Detail

MusicDeviceNoteParams

public MusicDeviceNoteParams()

MusicDeviceNoteParams

public MusicDeviceNoteParams(int argCount,
                             float mPitch,
                             float mVelocity,
                             NoteParamsControlValue[] mControls)
Method Detail

byReference

public MusicDeviceNoteParams.ByReference byReference()

byValue

public MusicDeviceNoteParams.ByValue byValue()

clone

public MusicDeviceNoteParams clone()
Overrides:
clone in class Object