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
 

Detailed Description

Image properties.

The properties of the watermark and background images.

Constructor & Destructor Documentation

◆ RtcImage()

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

Member Data Documentation

◆ url

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

HTTP/HTTPS URL address of the image on the broadcasting video. The maximum length of this parameter is 1024 bytes.

◆ x

int agora::rtc::RtcImage::x

Horizontal position of the image from the upper left of the broadcasting video.

◆ y

int agora::rtc::RtcImage::y

Vertical position of the image from the upper left of the broadcasting video.

◆ width

int agora::rtc::RtcImage::width

Width of the image on the broadcasting video.

◆ height

int agora::rtc::RtcImage::height

Height of the image on the broadcasting video.