public class PresetLayoutConfig extends AbstractModel
Constructor and Description |
---|
PresetLayoutConfig() |
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 |
getRenderMode()
Get 该画面在输出时的显示模式:0为裁剪,1为缩放,不填默认为0。
|
Long |
getStreamType()
Get 当该画面指定用户时,代表用户的流类型。0为摄像头,1为屏幕分享。小画面为web用户时此值填0。
|
String |
getUserId()
Get 指定显示在该画面上的用户ID。如果不指定用户ID,会按照用户加入房间的顺序自动匹配PresetLayoutConfig中的画面设置。
|
Long |
getZOrder()
Get 该画面在输出时的层级,单位为像素值,不填默认为0。
|
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 |
setRenderMode(Long RenderMode)
Set 该画面在输出时的显示模式:0为裁剪,1为缩放,不填默认为0。
|
void |
setStreamType(Long StreamType)
Set 当该画面指定用户时,代表用户的流类型。0为摄像头,1为屏幕分享。小画面为web用户时此值填0。
|
void |
setUserId(String UserId)
Set 指定显示在该画面上的用户ID。如果不指定用户ID,会按照用户加入房间的顺序自动匹配PresetLayoutConfig中的画面设置。
|
void |
setZOrder(Long ZOrder)
Set 该画面在输出时的层级,单位为像素值,不填默认为0。
|
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 String getUserId()
public void setUserId(String UserId)
UserId
- 指定显示在该画面上的用户ID。如果不指定用户ID,会按照用户加入房间的顺序自动匹配PresetLayoutConfig中的画面设置。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。public Long getZOrder()
public void setZOrder(Long ZOrder)
ZOrder
- 该画面在输出时的层级,单位为像素值,不填默认为0。public Long getRenderMode()
public void setRenderMode(Long RenderMode)
RenderMode
- 该画面在输出时的显示模式:0为裁剪,1为缩放,不填默认为0。Copyright © 2020. All rights reserved.