|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC
public 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.
struct {
DWORD dwSampleRate;
BYTE byMode;
WORD wBitrate;
BYTE byEncodingMethod;
}
BE_CONFIG.STRUCT_FORMAT| Field Summary | |
|---|---|
protected byte |
byEncodingMethod
|
protected byte |
byMode
|
protected int |
dwSampleRate
|
protected short |
wBitrate
|
| Constructor Summary | |
|---|---|
BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC()
|
|
| Method Summary | |
|---|---|
byte |
getByEncodingMethod()
Returns the current value of byEncodingMethod attribute. |
byte |
getByMode()
Returns the current value of byMode attribute. |
int |
getDwSampleRate()
Returns the current value of dwSampleRate attribute. |
short |
getWBitrate()
Returns the current value of wBitrate attribute. |
void |
setByEncodingMethod(byte byEncodingMethod)
Sets the value of the byEncodingMethod attribute. |
void |
setByMode(byte byMode)
Sets the value of the byMode attribute. |
void |
setDwSampleRate(int dwSampleRate)
Sets the value of the dwSampleRate attribute. |
void |
setWBitrate(short wBitrate)
Sets the value of the wBitrate attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int dwSampleRate
protected byte byMode
protected short wBitrate
protected byte byEncodingMethod
| Constructor Detail |
|---|
public BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC()
| Method Detail |
|---|
public int getDwSampleRate()
dwSampleRate attribute.
dwSampleRatepublic void setDwSampleRate(int dwSampleRate)
dwSampleRate attribute.
dwSampleRate - the new valuepublic byte getByMode()
byMode attribute.
byModepublic void setByMode(byte byMode)
byMode attribute.
byMode - the new valuepublic short getWBitrate()
wBitrate attribute.
wBitratepublic void setWBitrate(short wBitrate)
wBitrate attribute.
wBitrate - the new valuepublic byte getByEncodingMethod()
byEncodingMethod attribute.
byEncodingMethodpublic void setByEncodingMethod(byte byEncodingMethod)
byEncodingMethod attribute.
byEncodingMethod - the new value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||