net.sf.theora_java.jna
Class TheoraLibrary.theora_state

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

public static class TheoraLibrary.theora_state
extends com.sun.jna.Structure

Codec internal state and context.


Field Summary
 long granulepos
           
 TheoraLibrary.theora_info i
           
 com.sun.jna.Pointer internal_decode
           
 com.sun.jna.Pointer internal_encode
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
TheoraLibrary.theora_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

i

public TheoraLibrary.theora_info i

granulepos

public long granulepos

internal_encode

public com.sun.jna.Pointer internal_encode

internal_decode

public com.sun.jna.Pointer internal_decode
Constructor Detail

TheoraLibrary.theora_state

public TheoraLibrary.theora_state()