biniu.vorbis
Class OvectlRatemanageArg

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

public class OvectlRatemanageArg
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
static int OV_ECTL_IBLOCK_GET
           
static int OV_ECTL_IBLOCK_SET
           
static int OV_ECTL_LOWPASS_GET
           
static int OV_ECTL_LOWPASS_SET
           
static int OV_ECTL_RATEMANAGE_AVG
           
static int OV_ECTL_RATEMANAGE_GET
           
static int OV_ECTL_RATEMANAGE_HARD
           
static int OV_ECTL_RATEMANAGE_SET
           
static int OV_ECTL_RATEMANAGE2_GET
           
static int OV_ECTL_RATEMANAGE2_SET
           
 
Constructor Summary
OvectlRatemanageArg()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OV_ECTL_RATEMANAGE_GET

public static final int OV_ECTL_RATEMANAGE_GET
See Also:
Constant Field Values

OV_ECTL_RATEMANAGE_SET

public static final int OV_ECTL_RATEMANAGE_SET
See Also:
Constant Field Values

OV_ECTL_RATEMANAGE_AVG

public static final int OV_ECTL_RATEMANAGE_AVG
See Also:
Constant Field Values

OV_ECTL_RATEMANAGE_HARD

public static final int OV_ECTL_RATEMANAGE_HARD
See Also:
Constant Field Values

OV_ECTL_RATEMANAGE2_GET

public static final int OV_ECTL_RATEMANAGE2_GET
See Also:
Constant Field Values

OV_ECTL_RATEMANAGE2_SET

public static final int OV_ECTL_RATEMANAGE2_SET
See Also:
Constant Field Values

OV_ECTL_LOWPASS_GET

public static final int OV_ECTL_LOWPASS_GET
See Also:
Constant Field Values

OV_ECTL_LOWPASS_SET

public static final int OV_ECTL_LOWPASS_SET
See Also:
Constant Field Values

OV_ECTL_IBLOCK_GET

public static final int OV_ECTL_IBLOCK_GET
See Also:
Constant Field Values

OV_ECTL_IBLOCK_SET

public static final int OV_ECTL_IBLOCK_SET
See Also:
Constant Field Values
Constructor Detail

OvectlRatemanageArg

public OvectlRatemanageArg()