net.sf.theora_java.jna
Class OggLibrary.ogg_page

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

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


Field Summary
 com.sun.jna.Pointer body
           
 com.sun.jna.NativeLong body_len
           
 com.sun.jna.Pointer header
           
 com.sun.jna.NativeLong header_len
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
OggLibrary.ogg_page()
           
 
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

header

public com.sun.jna.Pointer header

header_len

public com.sun.jna.NativeLong header_len

body

public com.sun.jna.Pointer body

body_len

public com.sun.jna.NativeLong body_len
Constructor Detail

OggLibrary.ogg_page

public OggLibrary.ogg_page()