|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| CGSize | dimensions |
| int | framerate |
| BOOL | enable |
Used to configure the resolution, frame rate, and enable status of a specific layer in multi-quality video streams.
|
readwritenonatomicassign |
Video frame size. Default is 0.
|
readwritenonatomicassign |
Frame rate (fps) of the local video capture. Default is 0.
|
readwritenonatomicassign |
Whether to enable the video stream for the corresponding layer.
YES: Enables the video stream for the corresponding layer.NO: (Default) Disables the video stream for the corresponding layer.