org.rococoa.cocoa.coreaudio
Class AudioClassDescription
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.coreaudio.AudioClassDescription
- Direct Known Subclasses:
- AudioClassDescription.ByReference, AudioClassDescription.ByValue
public class AudioClassDescription
- 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 |
mType
public int mType
mSubType
public int mSubType
mManufacturer
public int mManufacturer
AudioClassDescription
public AudioClassDescription()
AudioClassDescription
public AudioClassDescription(int mType,
int mSubType,
int mManufacturer)
byReference
public AudioClassDescription.ByReference byReference()
byValue
public AudioClassDescription.ByValue byValue()
clone
public AudioClassDescription clone()
- Overrides:
clone
in class Object