Agora Java API Reference for Android
|
#include <AgoraBase.h>
Public Attributes | |
bool | visibleInPreview |
Rectangle | positionInLandscapeMode |
Rectangle | positionInPortraitMode |
WatermarkRatio | watermarkRatio |
WATERMARK_FIT_MODE | mode |
The options of the watermark image to be added.
bool agora::rtc::WatermarkOptions::visibleInPreview |
Sets whether or not the watermark image is visible in the local video preview:
Rectangle agora::rtc::WatermarkOptions::positionInLandscapeMode |
The watermark position in the landscape mode. See Rectangle. For detailed information on the landscape mode, see the advanced guide Video Rotation.
Rectangle agora::rtc::WatermarkOptions::positionInPortraitMode |
The watermark position in the portrait mode. See #WATERMARK_FIT_MODE::FIT_MODE_USE_IMAGE_RATIO.
WatermarkRatio agora::rtc::WatermarkOptions::watermarkRatio |
The watermark position in the ratio mode. See Rectangle. For detailed information on the portrait mode, see the advanced guide Video Rotation.
WATERMARK_FIT_MODE agora::rtc::WatermarkOptions::mode |
The fit mode of watermark.