net.sf.theora_java.jna
Class VorbisLibrary.vorbis_info

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

public static class VorbisLibrary.vorbis_info
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: libvorbis codec headers last mod: $Id: VorbisLibrary.vorbis_info.html,v 1.1 2007/10/17 14:46:17 andreyvk Exp $


Field Summary
 com.sun.jna.NativeLong bitrate_lower
           
 com.sun.jna.NativeLong bitrate_nominal
           
 com.sun.jna.NativeLong bitrate_upper
           
 com.sun.jna.NativeLong bitrate_window
           
 int channels
           
 com.sun.jna.Pointer codec_setup
           
 com.sun.jna.NativeLong rate
           
 int version
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
VorbisLibrary.vorbis_info()
           
 
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

version

public int version

channels

public int channels

rate

public com.sun.jna.NativeLong rate

bitrate_upper

public com.sun.jna.NativeLong bitrate_upper

bitrate_nominal

public com.sun.jna.NativeLong bitrate_nominal

bitrate_lower

public com.sun.jna.NativeLong bitrate_lower

bitrate_window

public com.sun.jna.NativeLong bitrate_window

codec_setup

public com.sun.jna.Pointer codec_setup
Constructor Detail

VorbisLibrary.vorbis_info

public VorbisLibrary.vorbis_info()