public interface LinphoneCallStats
Modifier and Type | Interface and Description |
---|---|
static class |
LinphoneCallStats.IceState |
static class |
LinphoneCallStats.LinphoneAddressFamily |
static class |
LinphoneCallStats.MediaType |
Modifier and Type | Method and Description |
---|---|
String |
getDecoderName(PayloadType pl)
Get the decoder name of specified payload
|
float |
getDownloadBandwidth()
Get the download bandwidth in kbit/s
|
String |
getEncoderName(PayloadType pl)
Get the encoder name of specified payload
|
LinphoneCallStats.IceState |
getIceState()
Get the ICE state
|
int |
getIpFamilyOfRemote()
Get family of remote ip
|
float |
getJitterBufferSize()
Get the jitter buffer size
|
long |
getLatePacketsCumulativeNumber()
Get the cumulative number of late packets
|
float |
getLocalLateRate()
Get the local late packets rate.
|
float |
getLocalLossRate()
Get the local loss rate.
|
LinphoneCallStats.MediaType |
getMediaType()
Get the stats media type
|
float |
getReceiverInterarrivalJitter()
Get the remote reported interarrival jitter
|
float |
getReceiverLossRate()
Get the remote reported loss rate since last report
|
float |
getRoundTripDelay()
Get the round trip delay
|
float |
getSenderInterarrivalJitter()
Get the local interarrival jitter
|
float |
getSenderLossRate()
Get the local loss rate since last report
|
float |
getUploadBandwidth()
Get the upload bandwidth in kbit/s
|
LinphoneCallStats.MediaType getMediaType()
LinphoneCallStats.IceState getIceState()
float getDownloadBandwidth()
float getUploadBandwidth()
float getSenderLossRate()
float getReceiverLossRate()
float getSenderInterarrivalJitter()
float getReceiverInterarrivalJitter()
float getRoundTripDelay()
long getLatePacketsCumulativeNumber()
float getJitterBufferSize()
float getLocalLossRate()
float getLocalLateRate()
String getEncoderName(PayloadType pl)
pl
- payloadString getDecoderName(PayloadType pl)
pl
- payloadint getIpFamilyOfRemote()