biniu.vorbis
Class CodecSetupInfo

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

public class CodecSetupInfo
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)


Field Summary
 BitrateManagerInfo biManInfo
           
 int[] blocksizes
           
 StaticCodeBook[] bookParam
           
 int books
           
 InfoFloor1[] floorParam
           
 int floors
           
 int[] floorType
           
 biniu.vorbis.CodeBook[] fullBooks
           
 int halfrateFlag
           
 HighlevelEncodeSetup hiEncSet
           
 InfoMapping0[] mapParam
           
 int maps
           
 int[] mapType
           
 InfoMode[] modeParam
           
 int modes
           
 InfoPsyGlobal psyGlobParam
           
 PsyInfo[] psyParam
           
 int psys
           
 InfoResidue0[] residueParam
           
 int residues
           
 int[] residueType
           
 
Constructor Summary
CodecSetupInfo()
           
CodecSetupInfo(int[] blocksizes, int modes, int maps, int floors, int residues, int books, int psys, InfoMode[] mode_param, int[] map_type, InfoMapping0[] map_param, int[] floor_type, InfoFloor1[] floor_param, int[] residue_type, InfoResidue0[] residue_param, StaticCodeBook[] book_param, biniu.vorbis.CodeBook[] fullbooks, PsyInfo[] psy_param, InfoPsyGlobal psy_g_param, BitrateManagerInfo bi, HighlevelEncodeSetup hi, int halfrate_flag)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

blocksizes

public int[] blocksizes

modes

public int modes

maps

public int maps

floors

public int floors

residues

public int residues

books

public int books

psys

public int psys

modeParam

public InfoMode[] modeParam

mapType

public int[] mapType

mapParam

public InfoMapping0[] mapParam

floorType

public int[] floorType

floorParam

public InfoFloor1[] floorParam

residueType

public int[] residueType

residueParam

public InfoResidue0[] residueParam

bookParam

public StaticCodeBook[] bookParam

fullBooks

public biniu.vorbis.CodeBook[] fullBooks

psyParam

public PsyInfo[] psyParam

psyGlobParam

public InfoPsyGlobal psyGlobParam

biManInfo

public BitrateManagerInfo biManInfo

hiEncSet

public HighlevelEncodeSetup hiEncSet

halfrateFlag

public int halfrateFlag
Constructor Detail

CodecSetupInfo

public CodecSetupInfo()

CodecSetupInfo

public CodecSetupInfo(int[] blocksizes,
                      int modes,
                      int maps,
                      int floors,
                      int residues,
                      int books,
                      int psys,
                      InfoMode[] mode_param,
                      int[] map_type,
                      InfoMapping0[] map_param,
                      int[] floor_type,
                      InfoFloor1[] floor_param,
                      int[] residue_type,
                      InfoResidue0[] residue_param,
                      StaticCodeBook[] book_param,
                      biniu.vorbis.CodeBook[] fullbooks,
                      PsyInfo[] psy_param,
                      InfoPsyGlobal psy_g_param,
                      BitrateManagerInfo bi,
                      HighlevelEncodeSetup hi,
                      int halfrate_flag)