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