Package com.mypurecloud.sdk.v2.model
Class AnalyticsMediaEndpointStat
java.lang.Object
com.mypurecloud.sdk.v2.model.AnalyticsMediaEndpointStat
- All Implemented Interfaces:
Serializable
AnalyticsMediaEndpointStat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe MIME type(s) of the audio encodings used by the audio streams belonging to this endpointdiscardedPackets(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 endpointduplicatePackets(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 endpointbooleanSpecifies when an event occurred.inthashCode()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 endpointmaxLatencyMs(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 endpointminRFactor(Double minRFactor) The lowest R-factor value among all of the audio streams belonging to this endpointoverrunPackets(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)receivedPackets(Long receivedPackets) The total number of packets received for all audio streams belonging to this endpoint (includes invalid, duplicate, and discarded packets)voidvoidsetDiscardedPackets(Long discardedPackets) voidsetDuplicatePackets(Long duplicatePackets) voidsetEventTime(Date eventTime) voidsetInvalidPackets(Long invalidPackets) voidsetMaxLatencyMs(Long maxLatencyMs) voidvoidsetMinRFactor(Double minRFactor) voidsetOverrunPackets(Long overrunPackets) voidsetReceivedPackets(Long receivedPackets) voidsetUnderrunPackets(Long underrunPackets) toString()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)
-
Constructor Details
-
AnalyticsMediaEndpointStat
public AnalyticsMediaEndpointStat() -
AnalyticsMediaEndpointStat
-
-
Method Details
-
codecs
The MIME type(s) of the audio encodings used by the audio streams belonging to this endpoint -
getCodecs
-
setCodecs
-
discardedPackets
The total number of packets received too late or too early, jitter queue overrun or underrun, for all audio streams belonging to this endpoint -
getDiscardedPackets
-
setDiscardedPackets
-
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 endpoint -
getDuplicatePackets
-
setDuplicatePackets
-
eventTime
Specifies when an event occurred. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEventTime
-
setEventTime
-
invalidPackets
The total number of malformed or not RTP packets, unknown payload type, or discarded probation packets for all audio streams belonging to this endpoint -
getInvalidPackets
-
setInvalidPackets
-
maxLatencyMs
The maximum latency experienced by any audio stream belonging to this endpoint, in milliseconds -
getMaxLatencyMs
-
setMaxLatencyMs
-
minMos
The lowest estimated average MOS among all the audio streams belonging to this endpoint -
getMinMos
-
setMinMos
-
minRFactor
The lowest R-factor value among all of the audio streams belonging to this endpoint -
getMinRFactor
-
setMinRFactor
-
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) -
getOverrunPackets
-
setOverrunPackets
-
receivedPackets
The total number of packets received for all audio streams belonging to this endpoint (includes invalid, duplicate, and discarded packets) -
getReceivedPackets
-
setReceivedPackets
-
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) -
getUnderrunPackets
-
setUnderrunPackets
-
equals
-
hashCode
public int hashCode() -
toString
-