net.sf.theora_java.jna
Class VorbisLibrary.vorbis_block

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

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


Field Summary
 int eofflag
           
 com.sun.jna.NativeLong floor_bits
           
 com.sun.jna.NativeLong glue_bits
           
 long granulepos
           
 com.sun.jna.Pointer internal
           
 com.sun.jna.NativeLong localalloc
           
 com.sun.jna.Pointer localstore
           
 com.sun.jna.NativeLong localtop
           
 com.sun.jna.NativeLong lW
           
 int mode
           
 com.sun.jna.NativeLong nW
           
 OggLibrary.oggpack_buffer opb
           
 com.sun.jna.Pointer pcm
           
 int pcmend
           
 com.sun.jna.Pointer reap
           
 com.sun.jna.NativeLong res_bits
           
 long sequence
           
 com.sun.jna.NativeLong time_bits
           
 com.sun.jna.NativeLong totaluse
           
 com.sun.jna.Pointer vd
           
 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_block()
           
 
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

pcm

public com.sun.jna.Pointer pcm

opb

public OggLibrary.oggpack_buffer opb

lW

public com.sun.jna.NativeLong lW

W

public com.sun.jna.NativeLong W

nW

public com.sun.jna.NativeLong nW

pcmend

public int pcmend

mode

public int mode

eofflag

public int eofflag

granulepos

public long granulepos

sequence

public long sequence

vd

public com.sun.jna.Pointer vd

localstore

public com.sun.jna.Pointer localstore

localtop

public com.sun.jna.NativeLong localtop

localalloc

public com.sun.jna.NativeLong localalloc

totaluse

public com.sun.jna.NativeLong totaluse

reap

public com.sun.jna.Pointer reap

glue_bits

public com.sun.jna.NativeLong glue_bits

time_bits

public com.sun.jna.NativeLong time_bits

floor_bits

public com.sun.jna.NativeLong floor_bits

res_bits

public com.sun.jna.NativeLong res_bits

internal

public com.sun.jna.Pointer internal
Constructor Detail

VorbisLibrary.vorbis_block

public VorbisLibrary.vorbis_block()