ZEGO::EXPRESS::ZegoMixerVideoConfig

混流视频配置

Declared in ZegoExpressDefines.h

Includes

Public Attrib Lists

  • width - 视频分辨率宽
  • height - 视频分辨率高
  • fps - 视频帧率,开始混流任务后不能修改
  • bitrate - 视频码率,单位为 kbps

Public Func Lists

Public Attrib Docs

width

public int width ()

视频分辨率宽

height

public int height ()

视频分辨率高

fps

public int fps ()

视频帧率,开始混流任务后不能修改

bitrate

public int bitrate ()

视频码率,单位为 kbps

Public Func Docs

ZegoMixerVideoConfig

public ZegoMixerVideoConfig ()

ZegoMixerVideoConfig

public ZegoMixerVideoConfig (int width, int height, int fps, int bitrate)