Class ConstantInboundAudioLevelWarningEvent
-
- All Implemented Interfaces:
-
com.sinch.android.rtc.callquality.warnings.CallQualityWarningEvent,com.sinch.android.rtc.callquality.warnings.MediaStreamWarningEvent
public final class ConstantInboundAudioLevelWarningEvent implements MediaStreamWarningEvent
Warning issued when standard deviation of audio level measurements from last 20 seconds is lower then 0.5% of the maximum possible audio level value.
-
-
Field Summary
Fields Modifier and Type Field Description private final MediaStreamTypemediaStreamTypeprivate final Stringnameprivate final CallQualityWarningEventTypetype
-
Constructor Summary
Constructors Constructor Description ConstantInboundAudioLevelWarningEvent(CallQualityWarningEventType type)
-
Method Summary
Modifier and Type Method Description MediaStreamTypegetMediaStreamType()StringgetName()String representation of the warning CallQualityWarningEventTypegetType()Type of the warning event. -
-
Constructor Detail
-
ConstantInboundAudioLevelWarningEvent
ConstantInboundAudioLevelWarningEvent(CallQualityWarningEventType type)
-
-
Method Detail
-
getMediaStreamType
MediaStreamType getMediaStreamType()
-
getType
CallQualityWarningEventType getType()
Type of the warning event.
-
-
-
-