net.sf.theora_java.jna
Class VorbisLibrary.alloc_chain

java.lang.Object
  extended by com.sun.jna.Structure
      extended by net.sf.theora_java.jna.VorbisLibrary.alloc_chain
Enclosing interface:
VorbisLibrary

public static class VorbisLibrary.alloc_chain
extends com.sun.jna.Structure


Field Summary
 com.sun.jna.Pointer next
           
 com.sun.jna.Pointer ptr
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
VorbisLibrary.alloc_chain()
           
 
Method Summary
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, clear, equals, getMemory, getNativeAlignment, getNativeSize, getNativeSize, getPointer, hashCode, read, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ptr

public com.sun.jna.Pointer ptr

next

public com.sun.jna.Pointer next
Constructor Detail

VorbisLibrary.alloc_chain

public VorbisLibrary.alloc_chain()