Agora Java API Reference for Android
|
#include <AgoraBase.h>
Public Attributes | |
const char * | url |
int | x |
int | y |
int | width |
int | height |
int | zOrder |
double | alpha |
The definition of the RtcImage struct.
const char* agora::rtc::RtcImage::url |
The URL address of the watermark on the video.
int agora::rtc::RtcImage::x |
The horizontal distance (pixel) between the watermark image's top-left corner and the video's top-left corner.
int agora::rtc::RtcImage::y |
The vertical distance (pixel) between the watermark image's top-left corner and the video's top-left corner.
int agora::rtc::RtcImage::width |
The width of the watermark on the video.
int agora::rtc::RtcImage::height |
The height of the watermark on the video.
int agora::rtc::RtcImage::zOrder |
Order attribute for an ordering of overlapping two-dimensional objects.
double agora::rtc::RtcImage::alpha |
The transparency level of the image. The value ranges between 0 and 1.0: