Agora Java API Reference for Android
Public Attributes | List of all members
agora::rtc::RtcImage Struct Reference

#include <AgoraBase.h>

Public Attributes

const char * url
 
int x
 
int y
 
int width
 
int height
 
int zOrder
 
double alpha
 

Detailed Description

The definition of the RtcImage struct.

Member Data Documentation

◆ url

const char* agora::rtc::RtcImage::url

The URL address of the watermark on the video.

◆ x

int agora::rtc::RtcImage::x

The horizontal distance (pixel) between the watermark image's top-left corner and the video's top-left corner.

◆ y

int agora::rtc::RtcImage::y

The vertical distance (pixel) between the watermark image's top-left corner and the video's top-left corner.

◆ width

int agora::rtc::RtcImage::width

The width of the watermark on the video.

◆ height

int agora::rtc::RtcImage::height

The height of the watermark on the video.

◆ zOrder

int agora::rtc::RtcImage::zOrder

Order attribute for an ordering of overlapping two-dimensional objects.

◆ alpha

double agora::rtc::RtcImage::alpha

The transparency level of the image. The value ranges between 0 and 1.0:

  • 0: Completely transparent
  • 1.0: (Default) Opaque