net.sf.theora_java.jna
Class VorbisLibrary.ov_callbacks

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

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

* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 * by the XIPHOPHORUS Company http://www.xiph.org/ * * function: stdio-based convenience library for opening/seeking/decoding last mod: $Id: VorbisLibrary.ov_callbacks.html,v 1.1 2007/10/17 14:46:17 andreyvk Exp $


Field Summary
 com.sun.jna.Pointer close_func
           
 com.sun.jna.Pointer read_func
           
 com.sun.jna.Pointer seek_func
           
 com.sun.jna.Pointer tell_func
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
VorbisLibrary.ov_callbacks()
           
 
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

read_func

public com.sun.jna.Pointer read_func

seek_func

public com.sun.jna.Pointer seek_func

close_func

public com.sun.jna.Pointer close_func

tell_func

public com.sun.jna.Pointer tell_func
Constructor Detail

VorbisLibrary.ov_callbacks

public VorbisLibrary.ov_callbacks()