Agora C++ API Reference for All Platforms
Public Member Functions | Public Attributes | List of all members
agora::rtc::RtcImage Struct Reference

Public Member Functions

 RtcImage ()
 

Public Attributes

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

Detailed Description

The definition of the RtcImage struct.

Constructor & Destructor Documentation

◆ RtcImage()

agora::rtc::RtcImage::RtcImage ( )
inline

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.