Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
agora::rtc::SimulcastStreamConfig Struct Reference

The configuration of the low-quality video stream. More...

#include <AgoraBase.h>

Public Member Functions

 SimulcastStreamConfig (const SimulcastStreamConfig &other)
 
bool operator== (const SimulcastStreamConfig &rhs) const
 

Public Attributes

VideoDimensions dimensions
 
int kBitrate
 
int framerate
 

Detailed Description

The configuration of the low-quality video stream.

Member Data Documentation

◆ dimensions

VideoDimensions agora::rtc::SimulcastStreamConfig::dimensions

The video dimension. See VideoDimensions. The default value is 50% of the high-quality video stream.

◆ kBitrate

int agora::rtc::SimulcastStreamConfig::kBitrate

Video bitrate (Kbps). The default value is -1. This parameter does not need to be set. The SDK automatically matches the most suitable bitrate based on the video resolution and frame rate you set.

◆ framerate

int agora::rtc::SimulcastStreamConfig::framerate

The frame rate (fps) of the local video. The default value is 5.