|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BeConfigMP3
The BeConfigMP3 is the interface implemented by the
BE_CONFIG internal class wrapper with
the old MP3 mode.
Access the internal BE_CONFIG structure publishing the mp3
attribute (MP3 mode). According LAME this configuration mode is obsolete
(LHV1 must be used instead), but provided by compatibility with old BladeEnc based code.
LAMEOnJBlade.newBeConfigMP3()| Method Summary | |
|---|---|
byte |
getByMode()
Current implementation calls:
return getMp3().getByMode();
|
int |
getDwSampleRate()
Current implementation calls:
return getMp3().getDwSampleRate();
|
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3 |
getMp3()
Returns the internal value of the BE_CONFIG.STRUCT_FORMAT.mp3 attribute
of the internal BE_CONFIG structure. |
short |
getWBitrate()
Current implementation calls:
return getMp3().getWBitrate();
|
boolean |
isBCopyright()
Current implementation calls:
return getMp3().isBCopyright();
|
boolean |
isBCRC()
Current implementation calls:
return getMp3().isBCRC();
|
boolean |
isBOriginal()
Current implementation calls:
return getMp3().isBOriginal();
|
boolean |
isBPrivate()
Current implementation calls:
return getMp3().isBPrivate();
|
void |
setBCopyright(boolean bCopyright)
Current implementation calls:
getMp3().setBCopyright(bCopyright);
|
void |
setBCRC(boolean bCRC)
Current implementation calls:
getMp3().setBCRC(bCRC);
|
void |
setBOriginal(boolean bOriginal)
Current implementation calls:
getMp3().setBOriginal(bOriginal);
|
void |
setBPrivate(boolean bPrivate)
Current implementation calls:
getMp3().setBPrivate(bPrivate);
|
void |
setByMode(byte byMode)
Current implementation calls:
getMp3().setByMode(byMode);
|
void |
setDwSampleRate(int dwSampleRate)
Current implementation calls:
getMp3().setDwSampleRate(dwSampleRate);
|
void |
setWBitrate(short wBitrate)
Current implementation calls:
getMp3().setWBitrate(byMode);
|
| Methods inherited from interface lameonj.encoder.blade.BeConfig |
|---|
getBE_CONFIG |
| Method Detail |
|---|
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3 getMp3()
BE_CONFIG.STRUCT_FORMAT.mp3 attribute
of the internal BE_CONFIG structure.
mp3 attribute value.int getDwSampleRate()
return getMp3().getDwSampleRate();
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3.getDwSampleRate()void setDwSampleRate(int dwSampleRate)
getMp3().setDwSampleRate(dwSampleRate);
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3.setDwSampleRate(int)byte getByMode()
return getMp3().getByMode();
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3.getByMode()void setByMode(byte byMode)
getMp3().setByMode(byMode);
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3.setByMode(byte)short getWBitrate()
return getMp3().getWBitrate();
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3.getWBitrate()void setWBitrate(short wBitrate)
getMp3().setWBitrate(byMode);
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3.setWBitrate(short)boolean isBPrivate()
return getMp3().isBPrivate();
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3.isBPrivate()void setBPrivate(boolean bPrivate)
getMp3().setBPrivate(bPrivate);
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3.setBPrivate(boolean)boolean isBCRC()
return getMp3().isBCRC();
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3.isBCRC()void setBCRC(boolean bCRC)
getMp3().setBCRC(bCRC);
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3.setBCRC(boolean)boolean isBCopyright()
return getMp3().isBCopyright();
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3.isBCopyright()void setBCopyright(boolean bCopyright)
getMp3().setBCopyright(bCopyright);
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3.setBCopyright(boolean)boolean isBOriginal()
return getMp3().isBOriginal();
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3.isBOriginal()void setBOriginal(boolean bOriginal)
getMp3().setBOriginal(bOriginal);
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3.setBOriginal(boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||