biniu.vorbis
Class InfoPsyGlobal

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

public class InfoPsyGlobal
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
InfoPsyGlobal()
           
InfoPsyGlobal(int eighth_octave_lines, float[] preecho_thresh, float[] postecho_thresh, float stretch_penalty, float preecho_minenergy, float ampmax_att_per_sec, int[] coupling_pkHz, int[][] coupling_pointlimit, int[] coupling_prepointamp, int[] coupling_postpointamp, int[][] sliding_lowpass)
           
 
Method Summary
 boolean setValue(InfoPsyGlobal info)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoPsyGlobal

public InfoPsyGlobal()

InfoPsyGlobal

public InfoPsyGlobal(int eighth_octave_lines,
                     float[] preecho_thresh,
                     float[] postecho_thresh,
                     float stretch_penalty,
                     float preecho_minenergy,
                     float ampmax_att_per_sec,
                     int[] coupling_pkHz,
                     int[][] coupling_pointlimit,
                     int[] coupling_prepointamp,
                     int[] coupling_postpointamp,
                     int[][] sliding_lowpass)
Method Detail

setValue

public boolean setValue(InfoPsyGlobal info)