public class Whiteboard extends AbstractModel
skipSign
Constructor and Description |
---|
Whiteboard() |
Whiteboard(Whiteboard source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getHeight()
Get Whiteboard video height in the real-time recording result.
|
String |
getInitParam()
Get Whiteboard initialization parameter, which is passed through to the whiteboard SDK
|
Long |
getWidth()
Get Whiteboard video width in the real-time recording result.
|
void |
setHeight(Long Height)
Set Whiteboard video height in the real-time recording result.
|
void |
setInitParam(String InitParam)
Set Whiteboard initialization parameter, which is passed through to the whiteboard SDK
|
void |
setWidth(Long Width)
Set Whiteboard video width in the real-time recording result.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Whiteboard()
public Whiteboard(Whiteboard source)
public Long getWidth()
public void setWidth(Long Width)
Width
- Whiteboard video width in the real-time recording result. The value must be equal to or greater than 2. Default value: 1280.public Long getHeight()
public void setHeight(Long Height)
Height
- Whiteboard video height in the real-time recording result. The value must be equal to or greater than 2. Default value: 960.public String getInitParam()
public void setInitParam(String InitParam)
InitParam
- Whiteboard initialization parameter, which is passed through to the whiteboard SDKCopyright © 2023. All rights reserved.