public final class ZegoStreamConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
backgroundImagePath
背景图文件路径
|
int |
bottom
右下角 Y 轴坐标
|
int |
fillMode
填充模式,
ZegoFillMode |
int |
frameFillColor
frameFillMode 为
ZegoFrameFillMode.FILL_FRAME 有效,填充的颜色,默认为黑色,格式0xRRGGBBAA |
int |
frameFillMode
推流端关闭摄像头时的填充模式,
ZegoFrameFillMode |
boolean |
isExternalVideoDataSource
流数据来源是否是外部采集
|
int |
layer
图层
|
int |
left
左上角 X 轴坐标
|
int |
muxerStreamType
录制流类型,
ZegoMuxerStreamType |
int |
right
右下角 X 轴坐标
|
java.lang.String |
streamID
流id
|
int |
top
左上角 Y 轴坐标
|
ZegoWaterMarkConfig |
waterMark
水印配置信息,默认录制时不添加水印,如果要添加水印,需要配置该字段,并且要设置字体文件路径
|
Constructor and Description |
---|
ZegoStreamConfig() |
public java.lang.String streamID
public int top
public int left
public int bottom
public int right
public int layer
public ZegoWaterMarkConfig waterMark
public boolean isExternalVideoDataSource
public int fillMode
ZegoFillMode
public int frameFillMode
ZegoFrameFillMode
public int frameFillColor
ZegoFrameFillMode.FILL_FRAME
有效,填充的颜色,默认为黑色,格式0xRRGGBBAApublic java.lang.String backgroundImagePath
public int muxerStreamType
ZegoMuxerStreamType