net.sf.theora_java.jna
Class VorbisLibrary.vorbis_dsp_state

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

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


Field Summary
 int analysisp
           
 com.sun.jna.Pointer backend_state
           
 com.sun.jna.NativeLong centerW
           
 int eofflag
           
 long floor_bits
           
 long glue_bits
           
 long granulepos
           
 com.sun.jna.NativeLong lW
           
 com.sun.jna.NativeLong nW
           
 com.sun.jna.Pointer pcm
           
 int pcm_current
           
 int pcm_returned
           
 int pcm_storage
           
 com.sun.jna.Pointer pcmret
           
 int preextrapolate
           
 long res_bits
           
 long sequence
           
 long time_bits
           
 com.sun.jna.Pointer vi
           
 com.sun.jna.NativeLong W
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
VorbisLibrary.vorbis_dsp_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

analysisp

public int analysisp

vi

public com.sun.jna.Pointer vi

pcm

public com.sun.jna.Pointer pcm

pcmret

public com.sun.jna.Pointer pcmret

pcm_storage

public int pcm_storage

pcm_current

public int pcm_current

pcm_returned

public int pcm_returned

preextrapolate

public int preextrapolate

eofflag

public int eofflag

lW

public com.sun.jna.NativeLong lW

W

public com.sun.jna.NativeLong W

nW

public com.sun.jna.NativeLong nW

centerW

public com.sun.jna.NativeLong centerW

granulepos

public long granulepos

sequence

public long sequence

glue_bits

public long glue_bits

time_bits

public long time_bits

floor_bits

public long floor_bits

res_bits

public long res_bits

backend_state

public com.sun.jna.Pointer backend_state
Constructor Detail

VorbisLibrary.vorbis_dsp_state

public VorbisLibrary.vorbis_dsp_state()