Video SDK v3.7.1 API Reference for Unity
|
Public Attributes | |
string | url |
int | x |
int | y |
int | width |
int | height |
int | zOrder |
double | alpha |
Image properties.
The properties of the watermark and background images.
string agora_gaming_rtc.RtcImage.url |
HTTP/HTTPS URL address of the image on the broadcasting video. The maximum length of this parameter is 1024 bytes.
int agora_gaming_rtc.RtcImage.x |
Horizontal position of the image from the upper left of the broadcasting video.
int agora_gaming_rtc.RtcImage.y |
Vertical position of the image from the upper left of the broadcasting video.
int agora_gaming_rtc.RtcImage.width |
Width of the image on the broadcasting video.
int agora_gaming_rtc.RtcImage.height |
Height of the image on the broadcasting video.
int agora_gaming_rtc.RtcImage.zOrder |
The layer number of the watermark or background image. The value range is [0,255]:
double agora_gaming_rtc.RtcImage.alpha |
The transparency of the watermark or background image. The value range is [0.0,1.0]: