Package im.zego.zegoexpress.entity
Class ZegoPublishDualStreamConfig
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoPublishDualStreamConfig
-
public class ZegoPublishDualStreamConfig extends java.lang.Object
Dual stream info.
-
-
Field Summary
Fields Modifier and Type Field Description int
bitrate
Video bitrate in kbps to be adjustedint
encodeHeight
Video resolution height to be adjustedint
encodeWidth
Video resolution width to be adjustedint
fps
Video FPS to be adjustedZegoVideoStreamType
streamType
streamType
-
Constructor Summary
Constructors Constructor Description ZegoPublishDualStreamConfig()
-
-
-
Field Detail
-
streamType
public ZegoVideoStreamType streamType
streamType
-
encodeWidth
public int encodeWidth
Video resolution width to be adjusted
-
encodeHeight
public int encodeHeight
Video resolution height to be adjusted
-
fps
public int fps
Video FPS to be adjusted
-
bitrate
public int bitrate
Video bitrate in kbps to be adjusted
-
-