Package live.hms.video.sdk.models.role
Class VideoSimulcastLayersParams
-
- All Implemented Interfaces:
public final class VideoSimulcastLayersParams
-
-
Field Summary
Fields Modifier and Type Field Description private final ArrayList<LayerParams>layers
-
Constructor Summary
Constructors Constructor Description VideoSimulcastLayersParams(ArrayList<LayerParams> layers)
-
Method Summary
Modifier and Type Method Description final ArrayList<LayerParams>getLayers()-
-
Constructor Detail
-
VideoSimulcastLayersParams
VideoSimulcastLayersParams(ArrayList<LayerParams> layers)
-
-
Method Detail
-
getLayers
final ArrayList<LayerParams> getLayers()
-
-
-
-