Interface java.telephony.phone.events.MicrophoneGainEv
All Packages Class Hierarchy This Package Previous Next Index
Interface java.telephony.phone.events.MicrophoneGainEv
- public interface MicrophoneGainEv
- extends Object
- extends PhoneTermEv
The MicrophoneGainEv interface extends the PhoneTermEv interface and is
reported via the PhoneTerminalObserver interface. This event interface
indicates that the gain of a microphone component has changed.
Applications may use the getGain() method on this interface
to obtain the new gain of the microphone component.
-
ID
- Event id
-
getGain()
- Returns the gain of the microphone.
ID
public final static int ID
- Event id
getGain
public abstract int getGain()
- Returns the gain of the microphone.
- Returns:
- The gain of the microphone.
All Packages Class Hierarchy This Package Previous Next Index