lame.blade
Class BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC

java.lang.Object
  extended by lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC
Enclosing class:
BE_CONFIG.STRUCT_FORMAT

public static class BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC
extends java.lang.Object

The STRUCT_AAC class is the Java symmetric representation of the structure data type of the acc field of the STRUCT_FORMAT structure.

                struct  {

                        DWORD   dwSampleRate;
                        BYTE    byMode;
                        WORD    wBitrate;
                        BYTE    byEncodingMethod;

                }
         

See Also:
BE_CONFIG.STRUCT_FORMAT

Field Summary
protected  byte byEncodingMethod
           
protected  byte byMode
           
protected  int dwSampleRate
           
protected  short wBitrate
           
 
Constructor Summary
BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC()
           
 
Method Summary
 byte getByEncodingMethod()
          Returns the current value of byEncodingMethod attribute.
 byte getByMode()
          Returns the current value of byMode attribute.
 int getDwSampleRate()
          Returns the current value of dwSampleRate attribute.
 short getWBitrate()
          Returns the current value of wBitrate attribute.
 void setByEncodingMethod(byte byEncodingMethod)
          Sets the value of the byEncodingMethod attribute.
 void setByMode(byte byMode)
          Sets the value of the byMode attribute.
 void setDwSampleRate(int dwSampleRate)
          Sets the value of the dwSampleRate attribute.
 void setWBitrate(short wBitrate)
          Sets the value of the wBitrate attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dwSampleRate

protected int dwSampleRate

byMode

protected byte byMode

wBitrate

protected short wBitrate

byEncodingMethod

protected byte byEncodingMethod
Constructor Detail

BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC

public BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC()
Method Detail

getDwSampleRate

public int getDwSampleRate()
Returns the current value of dwSampleRate attribute.

Returns:
the value of dwSampleRate

setDwSampleRate

public void setDwSampleRate(int dwSampleRate)
Sets the value of the dwSampleRate attribute.

Parameters:
dwSampleRate - the new value

getByMode

public byte getByMode()
Returns the current value of byMode attribute.

Returns:
the value of byMode

setByMode

public void setByMode(byte byMode)
Sets the value of the byMode attribute.

Parameters:
byMode - the new value

getWBitrate

public short getWBitrate()
Returns the current value of wBitrate attribute.

Returns:
the value of wBitrate

setWBitrate

public void setWBitrate(short wBitrate)
Sets the value of the wBitrate attribute.

Parameters:
wBitrate - the new value

getByEncodingMethod

public byte getByEncodingMethod()
Returns the current value of byEncodingMethod attribute.

Returns:
the value of byEncodingMethod

setByEncodingMethod

public void setByEncodingMethod(byte byEncodingMethod)
Sets the value of the byEncodingMethod attribute.

Parameters:
byEncodingMethod - the new value


Copyright © 2006-2008 Jose Maria Arranz. All Rights Reserved.