org.rococoa.cocoa.quicktime
Class KaraokeAtom

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

public class KaraokeAtom
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 KaraokeAtom.ByReference
           
static class KaraokeAtom.ByValue
           
 
Field Summary
 KaraokeRec[] karaokeEntries
           
 NativeLong numEntries
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
KaraokeAtom()
           
KaraokeAtom(NativeLong numEntries, KaraokeRec[] karaokeEntries)
           
 
Method Summary
 KaraokeAtom.ByReference byReference()
           
 KaraokeAtom.ByValue byValue()
           
 KaraokeAtom 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

numEntries

public NativeLong numEntries

karaokeEntries

public KaraokeRec[] karaokeEntries
Constructor Detail

KaraokeAtom

public KaraokeAtom()

KaraokeAtom

public KaraokeAtom(NativeLong numEntries,
                   KaraokeRec[] karaokeEntries)
Method Detail

byReference

public KaraokeAtom.ByReference byReference()

byValue

public KaraokeAtom.ByValue byValue()

clone

public KaraokeAtom clone()
Overrides:
clone in class Object