ZegoAudioRoom
Public Member Functions | Public Attributes | List of all members
ZEGO::AV::ZegoAdaptiveVideoConfig Struct Reference

#include <zego-api-defines.h>

Public Member Functions

 ZegoAdaptiveVideoConfig ()
 

Public Attributes

int preference
 自适应视频配置偏好,0 流畅优先,1 清晰优先,2 均衡模式。默认为 2。 More...
 
int minEncodeWidth
 动态调整允许的最小分辨率宽,编码宽不会低于此设定值,单位 px。默认为 240。 More...
 
int minEncodeHeight
 动态调整允许的最小分辨率高,编码高不会低于此设定值,单位 px。默认为 240。 More...
 
int minFPS
 动态调整允许的最小视频帧率,编码帧率不会低于此设定值,单位 fps。默认为 10。 More...
 

Detailed Description

自适应视频配置

Constructor & Destructor Documentation

◆ ZegoAdaptiveVideoConfig()

ZEGO::AV::ZegoAdaptiveVideoConfig::ZegoAdaptiveVideoConfig ( )
inline

Member Data Documentation

◆ minEncodeHeight

int ZEGO::AV::ZegoAdaptiveVideoConfig::minEncodeHeight

动态调整允许的最小分辨率高,编码高不会低于此设定值,单位 px。默认为 240。

◆ minEncodeWidth

int ZEGO::AV::ZegoAdaptiveVideoConfig::minEncodeWidth

动态调整允许的最小分辨率宽,编码宽不会低于此设定值,单位 px。默认为 240。

◆ minFPS

int ZEGO::AV::ZegoAdaptiveVideoConfig::minFPS

动态调整允许的最小视频帧率,编码帧率不会低于此设定值,单位 fps。默认为 10。

◆ preference

int ZEGO::AV::ZegoAdaptiveVideoConfig::preference

自适应视频配置偏好,0 流畅优先,1 清晰优先,2 均衡模式。默认为 2。


The documentation for this struct was generated from the following file: