net.sf.theora_java.jna
Class OggLibrary.ogg_sync_state

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

public static class OggLibrary.ogg_sync_state
extends com.sun.jna.Structure


Field Summary
 int bodybytes
           
 com.sun.jna.Pointer data
           
 int fill
           
 int headerbytes
           
 int returned
           
 int storage
           
 int unsynced
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
OggLibrary.ogg_sync_state()
           
 
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

data

public com.sun.jna.Pointer data

storage

public int storage

fill

public int fill

returned

public int returned

unsynced

public int unsynced

headerbytes

public int headerbytes

bodybytes

public int bodybytes
Constructor Detail

OggLibrary.ogg_sync_state

public OggLibrary.ogg_sync_state()