im.zego.zegoexpress.entity.ZegoMixerVideoConfig
Mix stream video config object.
Declared in
entity/ZegoMixerVideoConfig.java
Public-Attrib Lists
Public-Func Lists
Public-Attrib Docs
width
public int width
()
Video resolution width.
height
public int height
()
Video resolution height.
fps
public int fps
()
Video FPS, cannot be modified after starting a mixer task.
bitrate
public int bitrate
()
Video bitrate in kbps.
Public-Func Docs
ZegoMixerVideoConfig
public ZegoMixerVideoConfig
()
ZegoMixerVideoConfig
public ZegoMixerVideoConfig
(int
width, int
height, int
fps, int
bitrate)