|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BeConfigAAC
The BeConfigAAC is the interface implemented by the
BE_CONFIG internal class wrapper with
the AAC mode.
Access the internal BE_CONFIG structure publishing the aac
attribute (AAC mode).
LAMEOnJBlade.newBeConfigAAC()| Method Summary | |
|---|---|
BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC |
getAac()
Returns the internal value of the BE_CONFIG.STRUCT_FORMAT.aac attribute
of the internal BE_CONFIG structure. |
byte |
getByEncodingMethod()
Current implementation calls:
getAac().getByEncodingMethod();
|
byte |
getByMode()
Current implementation calls:
return getAac().getByMode();
|
int |
getDwSampleRate()
Current implementation calls:
return getAac().getDwSampleRate();
|
short |
getWBitrate()
Current implementation calls:
return getAac().getWBitrate();
|
void |
setByEncodingMethod(byte byEncodingMethod)
Current implementation calls:
getAac().setByEncodingMethod(byEncodingMethod);
|
void |
setByMode(byte byMode)
Current implementation calls:
getAac().setByMode(byMode);
|
void |
setDwSampleRate(int dwSampleRate)
Current implementation calls:
getAac().setDwSampleRate(dwSampleRate);
|
void |
setWBitrate(short wBitrate)
Current implementation calls:
getAac().setWBitrate(wBitrate);
|
| Methods inherited from interface lameonj.encoder.blade.BeConfig |
|---|
getBE_CONFIG |
| Method Detail |
|---|
BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC getAac()
BE_CONFIG.STRUCT_FORMAT.aac attribute
of the internal BE_CONFIG structure.
acc attribute value.int getDwSampleRate()
return getAac().getDwSampleRate();
BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC.getDwSampleRate()void setDwSampleRate(int dwSampleRate)
getAac().setDwSampleRate(dwSampleRate);
BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC.setDwSampleRate(int)byte getByMode()
return getAac().getByMode();
BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC.getByMode()void setByMode(byte byMode)
getAac().setByMode(byMode);
BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC.setByMode(byte)short getWBitrate()
return getAac().getWBitrate();
BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC.getWBitrate()void setWBitrate(short wBitrate)
getAac().setWBitrate(wBitrate);
BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC.setWBitrate(short)byte getByEncodingMethod()
getAac().getByEncodingMethod();
BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC.getByEncodingMethod()void setByEncodingMethod(byte byEncodingMethod)
getAac().setByEncodingMethod(byEncodingMethod);
BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC.setByEncodingMethod(byte)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||