net.sf.theora_java.jna
Class XiphLibrary.ogg_packet

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

public static class XiphLibrary.ogg_packet
extends com.sun.jna.Structure


Field Summary
 com.sun.jna.NativeLong b_o_s
           
 com.sun.jna.NativeLong bytes
           
 com.sun.jna.NativeLong e_o_s
           
 long granulepos
           
 com.sun.jna.Pointer packet
           
 long packetno
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
XiphLibrary.ogg_packet()
           
 
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

packet

public com.sun.jna.Pointer packet

bytes

public com.sun.jna.NativeLong bytes

b_o_s

public com.sun.jna.NativeLong b_o_s

e_o_s

public com.sun.jna.NativeLong e_o_s

granulepos

public long granulepos

packetno

public long packetno
Constructor Detail

XiphLibrary.ogg_packet

public XiphLibrary.ogg_packet()