RTCPExtendedReport.VoIPMetricsReportBlock[] |
RTCPReports.getReceivedRTCPVoIPMetrics() |
Gets the RTCP extended report (XR) VoIP Metrics blocks received by the
local endpoint.
|
RTCPExtendedReport.VoIPMetricsReportBlock |
RTCPReports.getReceivedRTCPVoIPMetrics(int sourceSSRC) |
Gets the latest RTCP extended report (XR) VoIP Metrics block received
from a remote originator for a local source.
|
RTCPExtendedReport.VoIPMetricsReportBlock[] |
RTCPReports.getSentRTCPVoIPMetrics() |
Gets the RTCP extended report (XR) VoIP Metrics blocks sent by the local
endpoint.
|
RTCPExtendedReport.VoIPMetricsReportBlock |
RTCPReports.getSentRTCPVoIPMetrics(int sourceSSRC) |
Gets the latest RTCP extended report (XR) VoIP Metrics block sent from a
local originator for a remote source.
|