Package live.hms.video.sdk.models.role
Class SubscribeDegradationParams
-
- All Implemented Interfaces:
public final class SubscribeDegradationParams
-
-
Field Summary
Fields Modifier and Type Field Description private final LongpacketLossThresholdprivate final LongdegradeGracePeriodSecondsprivate final LongrecoverGracePeriodSeconds
-
Constructor Summary
Constructors Constructor Description SubscribeDegradationParams(Long packetLossThreshold, Long degradeGracePeriodSeconds, Long recoverGracePeriodSeconds)
-
Method Summary
Modifier and Type Method Description final LonggetPacketLossThreshold()final LonggetDegradeGracePeriodSeconds()final LonggetRecoverGracePeriodSeconds()final BooleanisValid()-
-
Method Detail
-
getPacketLossThreshold
final Long getPacketLossThreshold()
-
getDegradeGracePeriodSeconds
final Long getDegradeGracePeriodSeconds()
-
getRecoverGracePeriodSeconds
final Long getRecoverGracePeriodSeconds()
-
-
-
-