-
- All Implemented Interfaces:
public final class NERoomLiveStreamLayout
-
-
Field Summary
Fields Modifier and Type Field Description private Integer
width
private Integer
height
private Integer
backgroundColor
private NERoomLiveStreamImageInfo
backgroundImg
private ArrayList<NERoomLiveStreamUserTranscoding>
userTranscodingList
-
Constructor Summary
Constructors Constructor Description NERoomLiveStreamLayout()
-
Method Summary
Modifier and Type Method Description final Integer
getWidth()
final Unit
setWidth(Integer width)
final Integer
getHeight()
final Unit
setHeight(Integer height)
final Integer
getBackgroundColor()
final Unit
setBackgroundColor(Integer backgroundColor)
final NERoomLiveStreamImageInfo
getBackgroundImg()
final Unit
setBackgroundImg(NERoomLiveStreamImageInfo backgroundImg)
final ArrayList<NERoomLiveStreamUserTranscoding>
getUserTranscodingList()
final Unit
setUserTranscodingList(ArrayList<NERoomLiveStreamUserTranscoding> userTranscodingList)
-
-
Method Detail
-
getBackgroundColor
final Integer getBackgroundColor()
-
setBackgroundColor
final Unit setBackgroundColor(Integer backgroundColor)
-
getBackgroundImg
final NERoomLiveStreamImageInfo getBackgroundImg()
-
setBackgroundImg
final Unit setBackgroundImg(NERoomLiveStreamImageInfo backgroundImg)
-
getUserTranscodingList
final ArrayList<NERoomLiveStreamUserTranscoding> getUserTranscodingList()
-
setUserTranscodingList
final Unit setUserTranscodingList(ArrayList<NERoomLiveStreamUserTranscoding> userTranscodingList)
-
-
-
-