|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlame.blade.BE_VERSION
public class BE_VERSION
The BE_VERSION class is the Java symmetric representation of the corresponding
C LAME structure as declared in the file BladeMP3EncDLL.h.
typedef struct {
// BladeEnc DLL Version number
BYTE byDLLMajorVersion;
BYTE byDLLMinorVersion;
// BladeEnc Engine Version Number
BYTE byMajorVersion;
BYTE byMinorVersion;
// DLL Release date
BYTE byDay;
BYTE byMonth;
WORD wYear;
// BladeEnc Homepage URL
CHAR zHomepage[BE_MAX_HOMEPAGE + 1];
BYTE byAlphaLevel;
BYTE byBetaLevel;
BYTE byMMXEnabled;
BYTE btReserved[125];
} BE_VERSION, *PBE_VERSION ATTRIBUTE_PACKED;
| Field Summary | |
|---|---|
protected byte[] |
btReserved
|
protected byte |
byAlphaLevel
|
protected byte |
byBetaLevel
|
protected byte |
byDay
|
protected byte |
byDLLMajorVersion
|
protected byte |
byDLLMinorVersion
|
protected byte |
byMajorVersion
|
protected byte |
byMinorVersion
|
protected byte |
byMMXEnabled
|
protected byte |
byMonth
|
protected short |
wYear
|
protected byte[] |
zHomepage
|
| Constructor Summary | |
|---|---|
BE_VERSION()
|
|
| Method Summary | |
|---|---|
byte[] |
getBtReserved()
Returns the current value of btReserved attribute. |
byte |
getByAlphaLevel()
Returns the current value of byAlphaLevel attribute. |
byte |
getByBetaLevel()
Returns the current value of byBetaLevel attribute. |
byte |
getByDay()
Returns the current value of byDay attribute. |
byte |
getByDLLMajorVersion()
Returns the current value of byDLLMajorVersion attribute. |
byte |
getByDLLMinorVersion()
Returns the current value of byDLLMinorVersion attribute. |
byte |
getByMajorVersion()
Returns the current value of byMajorVersion attribute. |
byte |
getByMinorVersion()
Returns the current value of byMinorVersion attribute. |
byte |
getByMMXEnabled()
Returns the current value of byMMXEnabled attribute. |
byte |
getByMonth()
Returns the current value of byMonth attribute. |
short |
getWYear()
Returns the current value of wYear attribute. |
byte[] |
getZHomepage()
Returns the current value of zHomepage attribute. |
java.lang.String |
getZHomepageAsString()
Returns the zHomepage attribute as a String. |
void |
setBtReserved(byte[] btReserved)
Sets the value of the btReserved attribute. |
void |
setByAlphaLevel(byte byAlphaLevel)
Sets the value of the byAlphaLevel attribute. |
void |
setByBetaLevel(byte byBetaLevel)
Sets the value of the byBetaLevel attribute. |
void |
setByDay(byte byDay)
Sets the value of the byDay attribute. |
void |
setByDLLMajorVersion(byte byDLLMajorVersion)
Sets the value of the byDLLMajorVersion attribute. |
void |
setByDLLMinorVersion(byte byDLLMinorVersion)
Sets the value of the byDLLMinorVersion attribute. |
void |
setByMajorVersion(byte byMajorVersion)
Sets the value of the byMajorVersion attribute. |
void |
setByMinorVersion(byte byMinorVersion)
Sets the value of the byMinorVersion attribute. |
void |
setByMMXEnabled(byte byMMXEnabled)
Sets the value of the byMMXEnabled attribute. |
void |
setByMonth(byte byMonth)
Sets the value of the byMonth attribute. |
void |
setWYear(short wYear)
Sets the value of the wYear attribute. |
void |
setZHomepage(byte[] zHomepage)
Sets the value of the zHomepage attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected byte byDLLMajorVersion
protected byte byDLLMinorVersion
protected byte byMajorVersion
protected byte byMinorVersion
protected byte byDay
protected byte byMonth
protected short wYear
protected byte[] zHomepage
protected byte byAlphaLevel
protected byte byBetaLevel
protected byte byMMXEnabled
protected byte[] btReserved
| Constructor Detail |
|---|
public BE_VERSION()
| Method Detail |
|---|
public byte getByDLLMajorVersion()
byDLLMajorVersion attribute.
byDLLMajorVersionpublic void setByDLLMajorVersion(byte byDLLMajorVersion)
byDLLMajorVersion attribute.
byDLLMajorVersion - the new valuepublic byte getByDLLMinorVersion()
byDLLMinorVersion attribute.
byDLLMinorVersionpublic void setByDLLMinorVersion(byte byDLLMinorVersion)
byDLLMinorVersion attribute.
byDLLMinorVersion - the new valuepublic byte getByMajorVersion()
byMajorVersion attribute.
byMajorVersionpublic void setByMajorVersion(byte byMajorVersion)
byMajorVersion attribute.
byMajorVersion - the new valuepublic byte getByMinorVersion()
byMinorVersion attribute.
byMinorVersionpublic void setByMinorVersion(byte byMinorVersion)
byMinorVersion attribute.
byMinorVersion - the new valuepublic byte getByDay()
byDay attribute.
byDaypublic void setByDay(byte byDay)
byDay attribute.
byDay - the new valuepublic byte getByMonth()
byMonth attribute.
byMonthpublic void setByMonth(byte byMonth)
byMonth attribute.
byMonth - the new valuepublic short getWYear()
wYear attribute.
wYearpublic void setWYear(short wYear)
wYear attribute.
wYear - the new valuepublic byte[] getZHomepage()
zHomepage attribute.
zHomepagepublic void setZHomepage(byte[] zHomepage)
zHomepage attribute.
zHomepage - the new valuepublic java.lang.String getZHomepageAsString()
zHomepage attribute as a String.
zHomepagegetZHomepage()public byte getByAlphaLevel()
byAlphaLevel attribute.
byAlphaLevelpublic void setByAlphaLevel(byte byAlphaLevel)
byAlphaLevel attribute.
byAlphaLevel - the new valuepublic byte getByBetaLevel()
byBetaLevel attribute.
byBetaLevelpublic void setByBetaLevel(byte byBetaLevel)
byBetaLevel attribute.
byBetaLevel - the new valuepublic byte getByMMXEnabled()
byMMXEnabled attribute.
byMMXEnabledpublic void setByMMXEnabled(byte byMMXEnabled)
byMMXEnabled attribute.
byMMXEnabled - the new valuepublic byte[] getBtReserved()
btReserved attribute.
btReservedpublic void setBtReserved(byte[] btReserved)
btReserved attribute.
btReserved - the new value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||