net.sf.theora_java.jna
Class OggLibrary.ogg_stream_state

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

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


Field Summary
 int b_o_s
           
 com.sun.jna.Pointer body_data
           
 com.sun.jna.NativeLong body_fill
           
 com.sun.jna.NativeLong body_returned
           
 com.sun.jna.NativeLong body_storage
           
 int e_o_s
           
 com.sun.jna.Pointer granule_vals
           
 long granulepos
           
 byte[] header
           
 int header_fill
           
 com.sun.jna.NativeLong lacing_fill
           
 com.sun.jna.NativeLong lacing_packet
           
 com.sun.jna.NativeLong lacing_returned
           
 com.sun.jna.NativeLong lacing_storage
           
 com.sun.jna.Pointer lacing_vals
           
 long packetno
           
 com.sun.jna.NativeLong pageno
           
 com.sun.jna.NativeLong serialno
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
OggLibrary.ogg_stream_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

body_data

public com.sun.jna.Pointer body_data

body_storage

public com.sun.jna.NativeLong body_storage

body_fill

public com.sun.jna.NativeLong body_fill

body_returned

public com.sun.jna.NativeLong body_returned

lacing_vals

public com.sun.jna.Pointer lacing_vals

granule_vals

public com.sun.jna.Pointer granule_vals

lacing_storage

public com.sun.jna.NativeLong lacing_storage

lacing_fill

public com.sun.jna.NativeLong lacing_fill

lacing_packet

public com.sun.jna.NativeLong lacing_packet

lacing_returned

public com.sun.jna.NativeLong lacing_returned

header

public byte[] header

header_fill

public int header_fill

e_o_s

public int e_o_s

b_o_s

public int b_o_s

serialno

public com.sun.jna.NativeLong serialno

pageno

public com.sun.jna.NativeLong pageno

packetno

public long packetno

granulepos

public long granulepos
Constructor Detail

OggLibrary.ogg_stream_state

public OggLibrary.ogg_stream_state()