biniu.vorbis
Class InfoFloor1

java.lang.Object
  extended by biniu.vorbis.InfoFloor1

public class InfoFloor1
extends java.lang.Object

* 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-2002 * by the XIPHOPHORUS Company http://www.xiph.org/ * *

Title: EncoderVorbis

Description: Codec for encoding music files (wav -> ogg)


Constructor Summary
InfoFloor1()
           
InfoFloor1(int partitions, int[] partitionclass, int[] class_dim, int[] class_subs, int[] class_book, int[][] class_subbook, int mult, int[] postlist, float maxover, float maxunder, float maxerr, int twofitminsize, int twofitminused, float twofitweight, float twofitatten, int unusedminsize, int unusedmin_n, int n)
           
InfoFloor1(int partitions, int[] partitionclass, int[] class_dim, int[] class_subs, int[] class_book, int[][] class_subbook, int mult, int[] postlist, int maxover, int maxunder, int maxerr, double twofitweight, double twofitatten, int n)
           
 
Method Summary
 boolean setValue(InfoFloor1 info)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoFloor1

public InfoFloor1()

InfoFloor1

public InfoFloor1(int partitions,
                  int[] partitionclass,
                  int[] class_dim,
                  int[] class_subs,
                  int[] class_book,
                  int[][] class_subbook,
                  int mult,
                  int[] postlist,
                  float maxover,
                  float maxunder,
                  float maxerr,
                  int twofitminsize,
                  int twofitminused,
                  float twofitweight,
                  float twofitatten,
                  int unusedminsize,
                  int unusedmin_n,
                  int n)

InfoFloor1

public InfoFloor1(int partitions,
                  int[] partitionclass,
                  int[] class_dim,
                  int[] class_subs,
                  int[] class_book,
                  int[][] class_subbook,
                  int mult,
                  int[] postlist,
                  int maxover,
                  int maxunder,
                  int maxerr,
                  double twofitweight,
                  double twofitatten,
                  int n)
Method Detail

setValue

public boolean setValue(InfoFloor1 info)