java.lang.Objectwebphone.SIPNotification
webphone.SIPNotification.RTPStat
public static class SIPNotification.RTPStat
RTPSTAT notification.
Triggered by: media quality reports
Event: SIPNotificationListener.onRTPStat
Fields: RTPSTAT,quality,sent,rec,issues,loss
Field Summary | |
---|---|
static int | QUALITY_HIGH
good quality |
static int | QUALITY_HIGHEST
excellent quality |
static int | QUALITY_LOW
bad quality |
static int | QUALITY_LOWEST
very bad quality |
static int | QUALITY_MEDIUM
medium quality |
static int | QUALITY_NO
no audio or non-recognizable voice |
static int | QUALITY_UNKNOWN
unrecognizable |
Method Summary | |
---|---|
long | getIssues()
number of issues (any issues are counted, such as sequence number mismatch or packet drop) |
long | getLoss()
lost packets |
int | getQuality()
call quality (QUALITY_... |
java.lang.String | getQualityText()
quality as text |
long | getRec()
RTP packets received and played |
long | getSent()
RTP packets sent |
Methods inherited from class webphone.SIPNotification |
---|
getNotificationType, toString |
Field Detail |
---|
public static final int QUALITY_UNKNOWN
public static final int QUALITY_NO
public static final int QUALITY_LOWEST
public static final int QUALITY_LOW
public static final int QUALITY_MEDIUM
public static final int QUALITY_HIGH
public static final int QUALITY_HIGHEST
Method Detail |
---|
public int getQuality()
public java.lang.String getQualityText()
public long getSent()
public long getRec()
public long getIssues()
public long getLoss()