java.lang.Objectwebphone.SIPNotification
webphone.SIPNotification.VAD
public static class SIPNotification.VAD
VAD notification.
Triggered by: voice activity
Event: SIPNotificationListener.onVAD
Fields: VAD,parameters (VAD,local_vad: ON local_avg: 0 local_max: 0 local_speaking: no remote_vad: ON remote_avg: 0 remote_max: 0 remote_speaking: no)
| Nested Class Summary |
|---|
| Field Summary |
|---|
| Method Summary | |
|---|---|
int |
getLine()
endpoint line |
long |
getLocalAvg()
average signal level from microphone |
long |
getLocalMax()
maximum signal level from microphone |
boolean |
getLocalSpeaking()
local user speak detected |
boolean |
getLocalValid()
VAD is measured for microphone (audio sent to peer) |
java.lang.String |
getParameters()
returns all parameters |
long |
getRemoteAvg()
average signal level from peer to speaker out |
long |
getRemoteMax()
maximum signal level from peer to speaker out |
boolean |
getRemoteSpeaking()
peer user speak detected |
boolean |
getRemoteValid()
VAD is measured from peer for speaker (audio received from peer) |
| Methods inherited from class webphone.SIPNotification |
|---|
getNotificationType, getNotificationTypeText, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getLine()
public java.lang.String getParameters()
public boolean getLocalValid()
public long getLocalAvg()
public long getLocalMax()
public boolean getLocalSpeaking()
public boolean getRemoteValid()
public long getRemoteAvg()
public long getRemoteMax()
public boolean getRemoteSpeaking()