|
Agora Java API Reference for Android
|
Image configurations. More...
#include <IAgoraRtcEngine.h>
Public Attributes | |
| const char * | imageUrl |
| int | fps |
| VIDEO_MIRROR_MODE_TYPE | mirrorMode |
Image configurations.
| const char* agora::rtc::ImageTrackOptions::imageUrl |
The image URL. Supported formats of images include JPEG, JPG, PNG and GIF. This method supports adding an image from the local absolute or relative file path.
/assets/ is not supported. | int agora::rtc::ImageTrackOptions::fps |
The frame rate of the video streams being published. The value range is [1,30]. The default value is 1.
1.8.18