public class SmallVideoLayoutParams extends AbstractModel
Constructor and Description |
---|
SmallVideoLayoutParams() |
SmallVideoLayoutParams(SmallVideoLayoutParams 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 |
getImageHeight()
Get 小画面在输出时的高度,单位为像素值,不填默认为0。
|
Long |
getImageWidth()
Get 小画面在输出时的宽度,单位为像素值,不填默认为0。
|
Long |
getLocationX()
Get 小画面在输出时的X偏移,单位为像素值,LocationX与ImageWidth之和不能超过混流输出的总宽度,不填默认为0。
|
Long |
getLocationY()
Get 小画面在输出时的Y偏移,单位为像素值,LocationY与ImageHeight之和不能超过混流输出的总高度,不填默认为0。
|
Long |
getStreamType()
Get 代表小画面对应的流类型,0为摄像头,1为屏幕分享。小画面为web用户时此值填0。
|
String |
getUserId()
Get 代表小画面对应的用户ID。
|
void |
setImageHeight(Long ImageHeight)
Set 小画面在输出时的高度,单位为像素值,不填默认为0。
|
void |
setImageWidth(Long ImageWidth)
Set 小画面在输出时的宽度,单位为像素值,不填默认为0。
|
void |
setLocationX(Long LocationX)
Set 小画面在输出时的X偏移,单位为像素值,LocationX与ImageWidth之和不能超过混流输出的总宽度,不填默认为0。
|
void |
setLocationY(Long LocationY)
Set 小画面在输出时的Y偏移,单位为像素值,LocationY与ImageHeight之和不能超过混流输出的总高度,不填默认为0。
|
void |
setStreamType(Long StreamType)
Set 代表小画面对应的流类型,0为摄像头,1为屏幕分享。小画面为web用户时此值填0。
|
void |
setUserId(String UserId)
Set 代表小画面对应的用户ID。
|
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, toJsonString
public SmallVideoLayoutParams()
public SmallVideoLayoutParams(SmallVideoLayoutParams source)
public String getUserId()
public void setUserId(String UserId)
UserId
- 代表小画面对应的用户ID。public Long getStreamType()
public void setStreamType(Long StreamType)
StreamType
- 代表小画面对应的流类型,0为摄像头,1为屏幕分享。小画面为web用户时此值填0。public Long getImageWidth()
public void setImageWidth(Long ImageWidth)
ImageWidth
- 小画面在输出时的宽度,单位为像素值,不填默认为0。public Long getImageHeight()
public void setImageHeight(Long ImageHeight)
ImageHeight
- 小画面在输出时的高度,单位为像素值,不填默认为0。public Long getLocationX()
public void setLocationX(Long LocationX)
LocationX
- 小画面在输出时的X偏移,单位为像素值,LocationX与ImageWidth之和不能超过混流输出的总宽度,不填默认为0。public Long getLocationY()
public void setLocationY(Long LocationY)
LocationY
- 小画面在输出时的Y偏移,单位为像素值,LocationY与ImageHeight之和不能超过混流输出的总高度,不填默认为0。Copyright © 2022. All rights reserved.