|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Phone speaker interface
Field Summary | |
static int |
FULL
Speaker volume definition for highest volume. |
static int |
MID
Speaker volume definition for the middle volume. |
static int |
MUTE
Speaker volume definition for muting. |
Method Summary | |
int |
getVolume()
Returns the volume of the speaker. |
void |
setVolume(int volume)
Sets the speaker or handset volume. |
Methods inherited from interface javax.telephony.phone.Component |
getCapabilities, getName |
Field Detail |
public static final int MUTE
public static final int MID
public static final int FULL
Method Detail |
public int getVolume()
public void setVolume(int volume)
volume
- The volume, between MUTE and FULL.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |