public class StreamLayout extends AbstractModel
| Constructor and Description | 
|---|
| StreamLayout() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBackgroundColor()Get Background color, which is black by default. | 
| String | getInputStreamId()Get Video stream ID
Description of possible stream ID values:
1. | 
| LayoutParams | getLayoutParams()Get Stream layout configuration | 
| void | setBackgroundColor(String BackgroundColor)Set Background color, which is black by default. | 
| void | setInputStreamId(String InputStreamId)Set Video stream ID
Description of possible stream ID values:
1. | 
| void | setLayoutParams(LayoutParams LayoutParams)Set Stream layout configuration | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic LayoutParams getLayoutParams()
public void setLayoutParams(LayoutParams LayoutParams)
LayoutParams - Stream layout configurationpublic String getInputStreamId()
public void setInputStreamId(String InputStreamId)
InputStreamId - Video stream ID
Description of possible stream ID values:
1. tic_record_user: the current picture is used to display the whiteboard video stream.
2. tic_substream: the current picture is used to display the auxiliary video stream.
3. Specific user ID: the current picture is used to display the video stream of a specific user.
4. Left empty: the current picture is vacant for new video stream.public String getBackgroundColor()
public void setBackgroundColor(String BackgroundColor)
BackgroundColor - Background color, which is black by default. Its format is RGB, for example, "#FF0000" for the red color.Copyright © 2020. All rights reserved.