|
||||||||||
| 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_MP3
public 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.
struct {
DWORD dwSampleRate; // 48000, 44100 and 32000 allowed
BYTE byMode; // BE_MP3_MODE_STEREO, BE_MP3_MODE_DUALCHANNEL, BE_MP3_MODE_MONO
WORD wBitrate; // 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256 and 320 allowed
BOOL bPrivate;
BOOL bCRC;
BOOL bCopyright;
BOOL bOriginal;
}
BE_CONFIG.STRUCT_FORMAT| Field Summary | |
|---|---|
protected int |
bCopyright
|
protected int |
bCRC
|
protected int |
bOriginal
|
protected int |
bPrivate
|
protected byte |
byMode
|
protected int |
dwSampleRate
|
protected short |
wBitrate
|
| Constructor Summary | |
|---|---|
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3()
|
|
| Method Summary | |
|---|---|
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. |
boolean |
isBCopyright()
Returns the current value of bCopyright attribute. |
boolean |
isBCRC()
Returns the current value of bCRC attribute. |
boolean |
isBOriginal()
Returns the current value of bOriginal attribute. |
boolean |
isBPrivate()
Returns the current value of bPrivate attribute. |
void |
setBCopyright(boolean bCopyright)
Sets the value of the bCopyright attribute. |
void |
setBCRC(boolean bCRC)
Sets the value of the bCRC attribute. |
void |
setBOriginal(boolean bOriginal)
Sets the value of the bOriginal attribute. |
void |
setBPrivate(boolean bPrivate)
Sets the value of the bPrivate 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 int bPrivate
protected int bCRC
protected int bCopyright
protected int bOriginal
| Constructor Detail |
|---|
public BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3()
| 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 boolean isBPrivate()
bPrivate attribute.
bPrivatepublic void setBPrivate(boolean bPrivate)
bPrivate attribute.
bPrivate - the new valuepublic boolean isBCRC()
bCRC attribute.
bCRCpublic void setBCRC(boolean bCRC)
bCRC attribute.
bCRC - the new valuepublic boolean isBCopyright()
bCopyright attribute.
bCopyrightpublic void setBCopyright(boolean bCopyright)
bCopyright attribute.
bCopyright - the new valuepublic boolean isBOriginal()
bOriginal attribute.
bOriginalpublic void setBOriginal(boolean bOriginal)
bOriginal attribute.
bOriginal - the new value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||