|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PhoneSpeaker
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 |
|---|
static final int MUTE
static final int MID
static final int FULL
| Method Detail |
|---|
int getVolume()
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 | ||||||||