org.rococoa.cocoa.quicktime
Class ToneDescription

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

public class ToneDescription
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 ToneDescription.ByReference
           
static class ToneDescription.ByValue
           
 
Field Summary
 BigEndianLong gmNumber
           
 byte[] instrumentName
           
 BigEndianLong instrumentNumber
           
 byte[] synthesizerName
           
 BigEndianOSType synthesizerType
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
ToneDescription()
           
ToneDescription(BigEndianOSType synthesizerType, byte[] synthesizerName, byte[] instrumentName, BigEndianLong instrumentNumber, BigEndianLong gmNumber)
           
 
Method Summary
 ToneDescription.ByReference byReference()
           
 ToneDescription.ByValue byValue()
           
 ToneDescription 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

synthesizerType

public BigEndianOSType synthesizerType

synthesizerName

public byte[] synthesizerName

instrumentName

public byte[] instrumentName

instrumentNumber

public BigEndianLong instrumentNumber

gmNumber

public BigEndianLong gmNumber
Constructor Detail

ToneDescription

public ToneDescription()

ToneDescription

public ToneDescription(BigEndianOSType synthesizerType,
                       byte[] synthesizerName,
                       byte[] instrumentName,
                       BigEndianLong instrumentNumber,
                       BigEndianLong gmNumber)
Parameters:
synthesizerType - synthesizer type
synthesizerName - name of instantiation of synth
instrumentName - preferred name for human use
instrumentNumber - inst-number used if synth-name matches
gmNumber - Best matching general MIDI number
Method Detail

byReference

public ToneDescription.ByReference byReference()

byValue

public ToneDescription.ByValue byValue()

clone

public ToneDescription clone()
Overrides:
clone in class Object