Class HighInboundPacketLossWarningEvent
-
- All Implemented Interfaces:
-
com.sinch.android.rtc.callquality.warnings.CallQualityWarningEvent,com.sinch.android.rtc.callquality.warnings.MediaStreamWarningEvent
public final class HighInboundPacketLossWarningEvent implements MediaStreamWarningEvent
Warning issued when Packet loss 1% in 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 HighInboundPacketLossWarningEvent(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
-
HighInboundPacketLossWarningEvent
HighInboundPacketLossWarningEvent(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.
-
-
-
-