|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
int |
getSurroundModeCount()
Returns the number of valid surround mode settings. |
java.lang.String[] |
getSurroundModeProperties()
Returns the properties for all surround mode settings. |
java.lang.String |
getSurroundModeProperty(int surroundModeNumber)
Returns the properties for a single surround mode setting. |
int |
getSurroundModeSelect()
Returns the currently selected surround mode. |
void |
processSurroundModeCountEvent(int surroundModeNumber)
Processes the event when the PreAmp Surround Mode Count is requested. |
void |
processSurroundModeProperties(java.lang.String[] propertyArray)
Processes the event when the PreAmp Surround Mode properties are requested. |
void |
processSurroundModePropertyEvent(java.lang.String propertyValue)
Processes the event when the PreAmp Surround Mode Property is changed. |
void |
processSurroundModeSelectEvent(int surroundModeNumber)
Processes the event when the PreAmp Surround Mode selection is made. |
void |
setSurroundModeSelect(int surroundModeNumber)
Sets the current surround mode setting, where index is a virtual index number between 1 and the value returned by getSurroundModeCount(). |
void |
updateSurroundModeSelect(int surroundModeNumber)
Set the SurroundMode for the device. The new value is compared against the current value. |
Method Detail |
public int getSurroundModeCount()
public java.lang.String[] getSurroundModeProperties()
public java.lang.String getSurroundModeProperty(int surroundModeNumber)
surroundModeNumber
- integer value representing the selectable surround mode
public int getSurroundModeSelect()
public void processSurroundModeCountEvent(int surroundModeNumber)
surroundModeNumber
- integer value representing the selectable surround modepublic void processSurroundModeProperties(java.lang.String[] propertyArray)
propertyArray
- public void processSurroundModePropertyEvent(java.lang.String propertyValue)
propertyValue
- public void processSurroundModeSelectEvent(int surroundModeNumber)
surroundModeNumber
- integer value representing the selectable surround modepublic void setSurroundModeSelect(int surroundModeNumber)
surroundModeNumber
- integer value representing the selectable surround modepublic void updateSurroundModeSelect(int surroundModeNumber)
surroundModeNumber
- the number of the surround mode selected
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |