|
Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
| VideoDimensions | dimensions |
| int | framerate |
| bool | enable |
Used to configure the resolution, frame rate, and enable status of a specific layer in multi-quality video streams.
|
inline |
| VideoDimensions dimensions |
Video frame size. Default is 0. See VideoDimensions.
| int framerate |
Frame rate (fps) of the local video capture. Default is 0.
| bool 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.