Class HighInboundJitterWarningEvent
-
- All Implemented Interfaces:
-
com.sinch.android.rtc.callquality.warnings.CallQualityWarningEvent,com.sinch.android.rtc.callquality.warnings.MediaStreamWarningEvent
public final class HighInboundJitterWarningEvent implements MediaStreamWarningEvent
Warning issued when Jitter 30 ms for 3 out of last 4 samples.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final MediaStreamTypemediaStreamTypeprivate final CallQualityWarningEventTypetype
-
Constructor Summary
Constructors Constructor Description HighInboundJitterWarningEvent(MediaStreamType mediaStreamType, CallQualityWarningEventType type)
-
Method Summary
Modifier and Type Method Description StringgetName()String representation of the warning MediaStreamTypegetMediaStreamType()Type of stream the warning is issued for. CallQualityWarningEventTypegetType()Type of the warning event. -
-
Constructor Detail
-
HighInboundJitterWarningEvent
HighInboundJitterWarningEvent(MediaStreamType mediaStreamType, CallQualityWarningEventType type)
-
-
Method Detail
-
getMediaStreamType
MediaStreamType getMediaStreamType()
Type of stream the warning is issued for.
-
getType
CallQualityWarningEventType getType()
Type of the warning event.
-
-
-
-