Agora Java API Reference for Android
Public Attributes | List of all members
agora::rtc::SimulcastConfig::StreamLayerConfig Struct Reference

#include <AgoraBase.h>

Public Attributes

VideoDimensions dimensions
 
int framerate
 
bool enable
 

Detailed Description

The configuration of a specific layer in the multi-layer video stream.

Member Data Documentation

◆ dimensions

VideoDimensions agora::rtc::SimulcastConfig::StreamLayerConfig::dimensions

The video frame dimension. The default value is 0.

◆ framerate

int agora::rtc::SimulcastConfig::StreamLayerConfig::framerate

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

◆ enable

bool agora::rtc::SimulcastConfig::StreamLayerConfig::enable

Whether to enable the corresponding layer of video stream. The default value is false.

  • true: Enable the corresponding layer of video stream
  • false: (Default) Disable the corresponding layer of video stream