net.sf.theora_java.jna
Class VorbisLibrary.ovectl_ratemanage_arg

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

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


Field Summary
 com.sun.jna.NativeLong bitrate_av_hi
           
 com.sun.jna.NativeLong bitrate_av_lo
           
 double bitrate_av_window
           
 double bitrate_av_window_center
           
 com.sun.jna.NativeLong bitrate_hard_max
           
 com.sun.jna.NativeLong bitrate_hard_min
           
 double bitrate_hard_window
           
 int management_active
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
VorbisLibrary.ovectl_ratemanage_arg()
           
 
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

management_active

public int management_active

bitrate_hard_min

public com.sun.jna.NativeLong bitrate_hard_min

bitrate_hard_max

public com.sun.jna.NativeLong bitrate_hard_max

bitrate_hard_window

public double bitrate_hard_window

bitrate_av_lo

public com.sun.jna.NativeLong bitrate_av_lo

bitrate_av_hi

public com.sun.jna.NativeLong bitrate_av_hi

bitrate_av_window

public double bitrate_av_window

bitrate_av_window_center

public double bitrate_av_window_center
Constructor Detail

VorbisLibrary.ovectl_ratemanage_arg

public VorbisLibrary.ovectl_ratemanage_arg()