Uses of Class
com.mypurecloud.sdk.v2.model.AnalyticsMediaEndpointStat
Packages that use AnalyticsMediaEndpointStat
-
Uses of AnalyticsMediaEndpointStat in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AnalyticsMediaEndpointStatModifier and TypeMethodDescriptionThe MIME type(s) of the audio encodings used by the audio streams belonging to this endpointAnalyticsMediaEndpointStat.discardedPackets(Long discardedPackets) The total number of packets received too late or too early, jitter queue overrun or underrun, for all audio streams belonging to this endpointAnalyticsMediaEndpointStat.duplicatePackets(Long duplicatePackets) The total number of packets received with the same sequence number as another one recently received (window of 64 packets), for all audio streams belonging to this endpointSpecifies when an event occurred.AnalyticsMediaEndpointStat.invalidPackets(Long invalidPackets) The total number of malformed or not RTP packets, unknown payload type, or discarded probation packets for all audio streams belonging to this endpointAnalyticsMediaEndpointStat.maxLatencyMs(Long maxLatencyMs) The maximum latency experienced by any audio stream belonging to this endpoint, in millisecondsThe lowest estimated average MOS among all the audio streams belonging to this endpointAnalyticsMediaEndpointStat.minRFactor(Double minRFactor) The lowest R-factor value among all of the audio streams belonging to this endpointAnalyticsMediaEndpointStat.overrunPackets(Long overrunPackets) The total number of packets for which there was no room in the jitter queue when it was received, for all audio streams belonging to this endpoint (also counted in discarded)AnalyticsMediaEndpointStat.receivedPackets(Long receivedPackets) The total number of packets received for all audio streams belonging to this endpoint (includes invalid, duplicate, and discarded packets)AnalyticsMediaEndpointStat.underrunPackets(Long underrunPackets) The total number of packets received after their timestamp/seqnum has been played out, for all audio streams belonging to this endpoint (also counted in discarded)Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type AnalyticsMediaEndpointStatMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type AnalyticsMediaEndpointStatModifier and TypeMethodDescriptionAnalyticsSession.mediaEndpointStats(List<AnalyticsMediaEndpointStat> mediaEndpointStats) MediaEndpointStats associated with this sessionvoidAnalyticsSession.setMediaEndpointStats(List<AnalyticsMediaEndpointStat> mediaEndpointStats)