|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Phone microphone interface.
Field Summary | |
static int |
FULL
The full microhphone gain. |
static int |
MID
The microphone gain is MID. |
static int |
MUTE
The microphone gain is MUTE. |
Method Summary | |
int |
getGain()
Returns the current microphone gain. |
void |
setGain(int gain)
Sets the microphone gain to a value between MUTE and FULL, inclusive. |
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 getGain()
public void setGain(int gain) throws InvalidArgumentException
gain
- A microphone gain between MUTE and FULL, inclusive.
InvalidArgumentException
- The microphone gain is not valid.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |