Package live.hms.video.sdk.models.role
Class LayerParams
-
- All Implemented Interfaces:
public final class LayerParams
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringridprivate final FloatscaleResolutionDownByprivate final IntegermaxBitrateprivate final IntegermaxFramerate
-
Constructor Summary
Constructors Constructor Description LayerParams(String rid, Float scaleResolutionDownBy, Integer maxBitrate, Integer maxFramerate)
-
Method Summary
Modifier and Type Method Description final StringgetRid()final FloatgetScaleResolutionDownBy()final IntegergetMaxBitrate()final IntegergetMaxFramerate()-
-
Method Detail
-
getScaleResolutionDownBy
final Float getScaleResolutionDownBy()
-
getMaxBitrate
final Integer getMaxBitrate()
-
getMaxFramerate
final Integer getMaxFramerate()
-
-
-
-