org.rococoa.cocoa.speechsynthesis
Class VoiceDescription

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

public class VoiceDescription
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 VoiceDescription.ByReference
           
static class VoiceDescription.ByValue
           
 
Field Summary
 short age
           
 byte[] comment
           
 short gender
           
 short language
           
 int length
           
 byte[] name
           
 short region
           
 int[] reserved
           
 short script
           
 int version
           
 VoiceSpec voice
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
VoiceDescription()
           
 
Method Summary
 VoiceDescription.ByReference byReference()
           
 VoiceDescription.ByValue byValue()
           
 VoiceDescription 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

length

public int length

voice

public VoiceSpec voice

version

public int version

name

public byte[] name

comment

public byte[] comment

gender

public short gender

age

public short age

script

public short script

language

public short language

region

public short region

reserved

public int[] reserved
Constructor Detail

VoiceDescription

public VoiceDescription()
Method Detail

byReference

public VoiceDescription.ByReference byReference()

byValue

public VoiceDescription.ByValue byValue()

clone

public VoiceDescription clone()
Overrides:
clone in class Object