|
Agora Java API Reference for Android
|
Configures the parameters of a specific layer in multi-quality video streams. More...
#include <AgoraBase.h>
Public Attributes | |
| VideoDimensions | dimensions |
| int | framerate |
| bool | enable |
Configures the parameters of a specific layer in multi-quality video streams.
Used to configure the resolution, frame rate, and enable status of a specific layer in multi-quality video streams.
| VideoDimensions agora::rtc::SimulcastConfig::StreamLayerConfig::dimensions |
Video frame size. Default is 0. See VideoDimensions.
| int agora::rtc::SimulcastConfig::StreamLayerConfig::framerate |
Frame rate (fps) of the local video capture. Default is 0.
| bool agora::rtc::SimulcastConfig::StreamLayerConfig::enable |
Whether to enable the video stream for the corresponding layer. Default is false.
true: Enables the video stream for the corresponding layer.false: (Default) Disables the video stream for the corresponding layer.
1.8.18