public class SmallVideoLayoutParams extends AbstractModel
| Constructor and Description | 
|---|
| SmallVideoLayoutParams() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getImageHeight()Get Output height of the small image in pixels. | 
| Long | getImageWidth()Get Output width of the small image in pixels. | 
| Long | getLocationX()Get Output X-axis offset of the small image in pixels. | 
| Long | getLocationY()Get Output Y-axis offset of the small image in pixels. | 
| Long | getStreamType()Get Stream type of the small image. | 
| String | getUserId()Get ID of the user in the small image. | 
| void | setImageHeight(Long ImageHeight)Set Output height of the small image in pixels. | 
| void | setImageWidth(Long ImageWidth)Set Output width of the small image in pixels. | 
| void | setLocationX(Long LocationX)Set Output X-axis offset of the small image in pixels. | 
| void | setLocationY(Long LocationY)Set Output Y-axis offset of the small image in pixels. | 
| void | setStreamType(Long StreamType)Set Stream type of the small image. | 
| void | setUserId(String UserId)Set ID of the user in the small image. | 
| 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 String getUserId()
public void setUserId(String UserId)
UserId - ID of the user in the small image.public Long getStreamType()
public void setStreamType(Long StreamType)
StreamType - Stream type of the small image. 0: camera; 1: screen sharing. If a web user's stream is displayed in the small image, enter 0 for this parameter.public Long getImageWidth()
public void setImageWidth(Long ImageWidth)
ImageWidth - Output width of the small image in pixels. If this parameter is left empty, 0 will be used by default.public Long getImageHeight()
public void setImageHeight(Long ImageHeight)
ImageHeight - Output height of the small image in pixels. If this parameter is left empty, 0 will be used by default.public Long getLocationX()
public void setLocationX(Long LocationX)
LocationX - Output X-axis offset of the small image in pixels. The sum of `LocationX` and `ImageWidth` cannot exceed the total width of the output mixed stream. If this parameter is left empty, 0 will be used by default.public Long getLocationY()
public void setLocationY(Long LocationY)
LocationY - Output Y-axis offset of the small image in pixels. The sum of `LocationY` and `ImageHeight` cannot exceed the total height of the output mixed stream. If this parameter is left empty, 0 will be used by default.Copyright © 2020. All rights reserved.