net.sf.theora_java.jna
Class VorbisLibrary.ovectl_ratemanage2_arg

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

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


Field Summary
 double bitrate_average_damping
           
 com.sun.jna.NativeLong bitrate_average_kbps
           
 com.sun.jna.NativeLong bitrate_limit_max_kbps
           
 com.sun.jna.NativeLong bitrate_limit_min_kbps
           
 double bitrate_limit_reservoir_bias
           
 com.sun.jna.NativeLong bitrate_limit_reservoir_bits
           
 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_ratemanage2_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_limit_min_kbps

public com.sun.jna.NativeLong bitrate_limit_min_kbps

bitrate_limit_max_kbps

public com.sun.jna.NativeLong bitrate_limit_max_kbps

bitrate_limit_reservoir_bits

public com.sun.jna.NativeLong bitrate_limit_reservoir_bits

bitrate_limit_reservoir_bias

public double bitrate_limit_reservoir_bias

bitrate_average_kbps

public com.sun.jna.NativeLong bitrate_average_kbps

bitrate_average_damping

public double bitrate_average_damping
Constructor Detail

VorbisLibrary.ovectl_ratemanage2_arg

public VorbisLibrary.ovectl_ratemanage2_arg()