org.rococoa.cocoa.speechsynthesis
Class VoiceDescription
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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.
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 |
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
VoiceDescription
public VoiceDescription()
byReference
public VoiceDescription.ByReference byReference()
byValue
public VoiceDescription.ByValue byValue()
clone
public VoiceDescription clone()
- Overrides:
clone
in class Object