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.


Variable Index

 o ID
Event id

Method Index

 o getGain()
Returns the gain of the microphone.

Variables

 o ID
  public final static int ID
Event id

Methods

 o 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