lame.blade
Class BE_CONFIG.STRUCT_FORMAT

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

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

The STRUCT_FORMAT class is the Java symmetric representation of the anonymous union data type of the format field of the LAME BE_CONFIG structure.

See Also:
BE_CONFIG

Nested Class Summary
static class BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC
          The STRUCT_AAC class is the Java symmetric representation of the structure data type of the acc field of the STRUCT_FORMAT structure.
static class BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
          The STRUCT_LHV1 class is the Java symmetric representation of the structure data type of the LHV1 field of the STRUCT_FORMAT structure.
static class BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
          The STRUCT_MP3 class is the Java symmetric representation of the structure data type of the mp3 field of the STRUCT_FORMAT structure.
 
Field Summary
protected  BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC aac
           
protected  BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1 LHV1
           
protected  BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3 mp3
           
 
Constructor Summary
BE_CONFIG.STRUCT_FORMAT()
           
 
Method Summary
 BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC getAac()
          Returns the current value of aac attribute.
 BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1 getLHV1()
          Returns the current value of LHV1 attribute.
 BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3 getMp3()
          Returns the current value of mp3 attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mp3

protected BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3 mp3

LHV1

protected BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1 LHV1

aac

protected BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC aac
Constructor Detail

BE_CONFIG.STRUCT_FORMAT

public BE_CONFIG.STRUCT_FORMAT()
Method Detail

getMp3

public BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3 getMp3()
Returns the current value of mp3 attribute.

Returns:
the value of mp3

getLHV1

public BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1 getLHV1()
Returns the current value of LHV1 attribute.

Returns:
the value of LHV1

getAac

public BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC getAac()
Returns the current value of aac attribute.

Returns:
the value of aac


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