biniu.vorbis
Class PsyInfo

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

public class PsyInfo
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
PsyInfo()
           
PsyInfo(int blockflag, float ath_adjatt, float ath_maxatt, float[] tone_masteratt, float tone_centerboost, float tone_decay, float tone_abs_limit, float[] toneatt, int noisemaskp, float noisemaxsupp, float noisewindowlo, float noisewindowhi, int noisewindowlomin, int noisewindowhimin, int noisewindowfixed, float[][] noiseoff, float[] noisecompand, float max_curve_dB, int normal_channel_p, int normal_point_p, int normal_start, int normal_partition, double normal_thresh)
           
 
Method Summary
 boolean setValues(PsyInfo info)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PsyInfo

public PsyInfo()

PsyInfo

public PsyInfo(int blockflag,
               float ath_adjatt,
               float ath_maxatt,
               float[] tone_masteratt,
               float tone_centerboost,
               float tone_decay,
               float tone_abs_limit,
               float[] toneatt,
               int noisemaskp,
               float noisemaxsupp,
               float noisewindowlo,
               float noisewindowhi,
               int noisewindowlomin,
               int noisewindowhimin,
               int noisewindowfixed,
               float[][] noiseoff,
               float[] noisecompand,
               float max_curve_dB,
               int normal_channel_p,
               int normal_point_p,
               int normal_start,
               int normal_partition,
               double normal_thresh)
Method Detail

setValues

public boolean setValues(PsyInfo info)