Class LowOSOutputVolumeLevel
-
- All Implemented Interfaces:
-
com.sinch.android.rtc.callquality.warnings.CallQualityWarningEvent,com.sinch.android.rtc.callquality.warnings.MediaStreamWarningEvent
public final class LowOSOutputVolumeLevel implements MediaStreamWarningEvent
Warning issued when platform level volume is within lower 25% range. The volume factor is measured by observing
STREAM_VOICE_CALLAndroid platform property.
-
-
Field Summary
Fields Modifier and Type Field Description private final MediaStreamTypemediaStreamTypeprivate final Stringnameprivate final CallQualityWarningEventTypetype
-
Constructor Summary
Constructors Constructor Description LowOSOutputVolumeLevel(CallQualityWarningEventType type)
-
Method Summary
Modifier and Type Method Description MediaStreamTypegetMediaStreamType()StringgetName()String representation of the warning CallQualityWarningEventTypegetType()Type of the warning event. -
-
Constructor Detail
-
LowOSOutputVolumeLevel
LowOSOutputVolumeLevel(CallQualityWarningEventType type)
-
-
Method Detail
-
getMediaStreamType
MediaStreamType getMediaStreamType()
-
getType
CallQualityWarningEventType getType()
Type of the warning event.
-
-
-
-