|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeConfigLHV1
The BeConfigLHV1
is the interface implemented by the
BE_CONFIG
internal class wrapper with
the LHV1 mode (LAME).
Access the internal BE_CONFIG structure publishing the LHV1
attribute (LHV1/LAME mode). This is the recommended LAME mode.
The current implementation automatically sets:
dwConfig
to the BladeMP3EncDLL.BE_CONFIG_LAME
value.
dwStructVersion
to the BladeMP3EncDLL.CURRENT_STRUCT_VERSION
value.
dwStructSize
to the BladeMP3EncDLL.CURRENT_STRUCT_SIZE
value.
LAMEOnJBlade.newBeConfigLHV1()
Method Summary | |
---|---|
byte[] |
getBtReserved()
Current implementation calls:
return getLHV1().getBtReserved();
|
int |
getDwBitrate()
Current implementation calls:
return getLHV1().getDwBitrate();
|
int |
getDwEmphasis()
Current implementation calls:
return getLHV1().getDwEmphasis();
|
int |
getDwMaxBitrate()
Current implementation calls:
return getLHV1().getDwMaxBitrate();
|
int |
getDwMpegVersion()
Current implementation calls:
return getLHV1().getDwMpegVersion();
|
int |
getDwPsyModel()
Current implementation calls:
return getLHV1().getDwPsyModel();
|
int |
getDwReSampleRate()
Current implementation calls:
return getLHV1().getDwReSampleRate();
|
int |
getDwSampleRate()
Current implementation calls:
return getLHV1().getDwSampleRate();
|
int |
getDwStructSize()
Current implementation calls:
return getLHV1().getDwStructSize();
|
int |
getDwStructVersion()
Current implementation calls:
return getLHV1().getDwStructVersion();
|
int |
getDwVbrAbr_bps()
Current implementation calls:
return getLHV1().getDwVbrAbr_bps();
|
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1 |
getLHV1()
Returns the internal value of the BE_CONFIG.STRUCT_FORMAT.LHV1 attribute
of the internal BE_CONFIG structure. |
int |
getNMode()
Current implementation calls:
return getLHV1().getNMode();
|
int |
getNPreset()
Current implementation calls:
return getLHV1().getNPreset();
|
short |
getNQuality()
Current implementation calls:
return getLHV1().getNQuality();
|
int |
getNVbrMethod()
Current implementation calls:
return getLHV1().getNVbrMethod();
|
int |
getNVBRQuality()
Current implementation calls:
return getLHV1().getNVBRQuality();
|
boolean |
isBCopyright()
Current implementation calls:
return getLHV1().isBCopyright();
|
boolean |
isBCRC()
Current implementation calls:
return getLHV1().isBCRC();
|
boolean |
isBEnableVBR()
Current implementation calls:
return getLHV1().isBEnableVBR();
|
boolean |
isBNoRes()
Current implementation calls:
return getLHV1().isBNoRes();
|
boolean |
isBOriginal()
Current implementation calls:
return getLHV1().isBOriginal();
|
boolean |
isBPrivate()
Current implementation calls:
return getLHV1().isBPrivate();
|
boolean |
isBStrictIso()
Current implementation calls:
return getLHV1().isBStrictIso();
|
boolean |
isBWriteVBRHeader()
Current implementation calls:
return getLHV1().isBWriteVBRHeader();
|
void |
setBCopyright(boolean bCopyright)
Current implementation calls:
getLHV1().setBCopyright(bCopyright);
|
void |
setBCRC(boolean bCRC)
Current implementation calls:
getLHV1().setBCRC(bCRC);
|
void |
setBEnableVBR(boolean bEnableVBR)
Current implementation calls:
getLHV1().setBEnableVBR(bEnableVBR);
|
void |
setBNoRes(boolean bNoRes)
Current implementation calls:
getLHV1().setBNoRes(bNoRes);
|
void |
setBOriginal(boolean bOriginal)
Current implementation calls:
getLHV1().setBOriginal(bOriginal);
|
void |
setBPrivate(boolean bPrivate)
Current implementation calls:
getLHV1().setBPrivate(bPrivate);
|
void |
setBStrictIso(boolean bStrictIso)
Current implementation calls:
getLHV1().setBStrictIso(bStrictIso);
|
void |
setBtReserved(byte[] btReserved)
Current implementation calls:
getLHV1().setBtReserved(btReserved);
|
void |
setBWriteVBRHeader(boolean bWriteVBRHeader)
Current implementation calls:
getLHV1().setBWriteVBRHeader(bWriteVBRHeader);
|
void |
setDwBitrate(int dwBitrate)
Current implementation calls:
getLHV1().setDwBitrate(dwBitrate);
|
void |
setDwEmphasis(int dwEmphasis)
Current implementation calls:
getLHV1().setDwEmphasis(dwEmphasis);
|
void |
setDwMaxBitrate(int dwMaxBitrate)
Current implementation calls:
getLHV1().setDwMaxBitrate(dwMaxBitrate);
|
void |
setDwMpegVersion(int dwMpegVersion)
Current implementation calls:
getLHV1().setDwMpegVersion(dwMpegVersion);
|
void |
setDwPsyModel(int dwPsyModel)
Current implementation calls:
getLHV1().setDwPsyModel(dwPsyModel);
|
void |
setDwReSampleRate(int dwReSampleRate)
Current implementation calls:
getLHV1().setDwReSampleRate(dwReSampleRate);
|
void |
setDwSampleRate(int dwSampleRate)
Current implementation calls:
getLHV1().setDwSampleRate(dwSampleRate);
|
void |
setDwVbrAbr_bps(int dwVbrAbr_bps)
Current implementation calls:
getLHV1().setDwVbrAbr_bps(dwVbrAbr_bps);
|
void |
setNMode(int nMode)
Current implementation calls:
getLHV1().setNMode(nMode);
|
void |
setNPreset(int nPreset)
Current implementation calls:
getLHV1().setNPreset(int);
|
void |
setNQuality(short nQuality)
Current implementation calls:
getLHV1().setNQuality(nQuality);
|
void |
setNVbrMethod(int nVbrMethod)
Current implementation calls:
getLHV1().setNVbrMethod(nVbrMethod);
|
void |
setNVBRQuality(int nVBRQuality)
Current implementation calls:
getLHV1().setNVBRQuality(nVBRQuality);
|
Methods inherited from interface lameonj.encoder.blade.BeConfig |
---|
getBE_CONFIG |
Method Detail |
---|
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1 getLHV1()
BE_CONFIG.STRUCT_FORMAT.LHV1
attribute
of the internal BE_CONFIG
structure.
LHV1
attribute value.int getDwStructVersion()
return getLHV1().getDwStructVersion();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.getDwStructVersion()
int getDwStructSize()
return getLHV1().getDwStructSize();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.getDwStructSize()
int getDwSampleRate()
return getLHV1().getDwSampleRate();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.getDwSampleRate()
void setDwSampleRate(int dwSampleRate)
getLHV1().setDwSampleRate(dwSampleRate);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setDwSampleRate(int)
int getDwReSampleRate()
return getLHV1().getDwReSampleRate();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.getDwReSampleRate()
void setDwReSampleRate(int dwReSampleRate)
getLHV1().setDwReSampleRate(dwReSampleRate);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setDwReSampleRate(int)
int getNMode()
return getLHV1().getNMode();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.getNMode()
void setNMode(int nMode)
getLHV1().setNMode(nMode);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setNMode(int)
int getDwBitrate()
return getLHV1().getDwBitrate();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.getDwBitrate()
void setDwBitrate(int dwBitrate)
getLHV1().setDwBitrate(dwBitrate);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setDwBitrate(int)
int getDwMaxBitrate()
return getLHV1().getDwMaxBitrate();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.getDwMaxBitrate()
void setDwMaxBitrate(int dwMaxBitrate)
getLHV1().setDwMaxBitrate(dwMaxBitrate);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setDwMaxBitrate(int)
int getNPreset()
return getLHV1().getNPreset();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.getNPreset()
void setNPreset(int nPreset)
getLHV1().setNPreset(int);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setNPreset(int)
int getDwMpegVersion()
return getLHV1().getDwMpegVersion();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.getDwMpegVersion()
void setDwMpegVersion(int dwMpegVersion)
getLHV1().setDwMpegVersion(dwMpegVersion);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setDwMpegVersion(int)
int getDwPsyModel()
return getLHV1().getDwPsyModel();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.getDwPsyModel()
void setDwPsyModel(int dwPsyModel)
getLHV1().setDwPsyModel(dwPsyModel);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setDwPsyModel(int)
int getDwEmphasis()
return getLHV1().getDwEmphasis();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.getDwEmphasis()
void setDwEmphasis(int dwEmphasis)
getLHV1().setDwEmphasis(dwEmphasis);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setDwEmphasis(int)
boolean isBPrivate()
return getLHV1().isBPrivate();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.isBPrivate()
void setBPrivate(boolean bPrivate)
getLHV1().setBPrivate(bPrivate);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setBPrivate(boolean)
boolean isBCRC()
return getLHV1().isBCRC();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.isBCRC()
void setBCRC(boolean bCRC)
getLHV1().setBCRC(bCRC);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setBCRC(boolean)
boolean isBCopyright()
return getLHV1().isBCopyright();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.isBCopyright()
void setBCopyright(boolean bCopyright)
getLHV1().setBCopyright(bCopyright);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setBCopyright(boolean)
boolean isBOriginal()
return getLHV1().isBOriginal();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.isBOriginal()
void setBOriginal(boolean bOriginal)
getLHV1().setBOriginal(bOriginal);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setBOriginal(boolean)
boolean isBWriteVBRHeader()
return getLHV1().isBWriteVBRHeader();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.isBWriteVBRHeader()
void setBWriteVBRHeader(boolean bWriteVBRHeader)
getLHV1().setBWriteVBRHeader(bWriteVBRHeader);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setBWriteVBRHeader(boolean)
boolean isBEnableVBR()
return getLHV1().isBEnableVBR();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.isBEnableVBR()
void setBEnableVBR(boolean bEnableVBR)
getLHV1().setBEnableVBR(bEnableVBR);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setBEnableVBR(boolean)
int getNVBRQuality()
return getLHV1().getNVBRQuality();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.getNVBRQuality()
void setNVBRQuality(int nVBRQuality)
getLHV1().setNVBRQuality(nVBRQuality);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setNVBRQuality(int)
int getDwVbrAbr_bps()
return getLHV1().getDwVbrAbr_bps();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.getDwVbrAbr_bps()
void setDwVbrAbr_bps(int dwVbrAbr_bps)
getLHV1().setDwVbrAbr_bps(dwVbrAbr_bps);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setDwVbrAbr_bps(int)
int getNVbrMethod()
return getLHV1().getNVbrMethod();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.getNVbrMethod()
void setNVbrMethod(int nVbrMethod)
getLHV1().setNVbrMethod(nVbrMethod);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setNVbrMethod(int)
boolean isBNoRes()
return getLHV1().isBNoRes();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.isBNoRes()
void setBNoRes(boolean bNoRes)
getLHV1().setBNoRes(bNoRes);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setBNoRes(boolean)
boolean isBStrictIso()
return getLHV1().isBStrictIso();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.isBStrictIso()
void setBStrictIso(boolean bStrictIso)
getLHV1().setBStrictIso(bStrictIso);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setBStrictIso(boolean)
short getNQuality()
return getLHV1().getNQuality();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.getNQuality()
void setNQuality(short nQuality)
getLHV1().setNQuality(nQuality);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setNQuality(short)
byte[] getBtReserved()
return getLHV1().getBtReserved();
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.getBtReserved()
void setBtReserved(byte[] btReserved)
getLHV1().setBtReserved(btReserved);
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1.setBtReserved(byte[])
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |