|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlame.blade.BE_CONFIG.STRUCT_FORMAT
public static class BE_CONFIG.STRUCT_FORMAT
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.
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 |
---|
protected BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3 mp3
protected BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1 LHV1
protected BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC aac
Constructor Detail |
---|
public BE_CONFIG.STRUCT_FORMAT()
Method Detail |
---|
public BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3 getMp3()
mp3
attribute.
mp3
public BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1 getLHV1()
LHV1
attribute.
LHV1
public BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC getAac()
aac
attribute.
aac
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |