Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
agora::media::MEDIA_SOURCE_TYPE | sourceType |
uid_t | remoteUserUid |
const char * | imageUrl |
int | x |
int | y |
int | width |
int | height |
int | zOrder |
double | alpha |
bool | mirror |
The video streams for the video mixing on the local client.
|
inline |
agora::media::MEDIA_SOURCE_TYPE sourceType |
The source type of video for the video mixing on the local client. See VIDEO_SOURCE_TYPE.
uid_t remoteUserUid |
The ID of the remote user.
VIDEO_SOURCE_REMOTE
. const char* imageUrl |
The URL of the image.
RTC_IMAGE
. int x |
The horizontal displacement of the top-left corner of the video for the video mixing on the client relative to the top-left corner (origin) of the canvas for this video mixing.
int y |
The vertical displacement of the top-left corner of the video for the video mixing on the client relative to the top-left corner (origin) of the canvas for this video mixing.
int width |
The width (px) of the video for the video mixing on the local client.
int height |
The height (px) of the video for the video mixing on the local client.
int zOrder |
The number of the layer to which the video for the video mixing on the local client belongs. The value range is [0,100].
double alpha |
The transparency of the video for the video mixing on the local client. The value range is [0.0,1.0]. 0.0 means the transparency is completely transparent. 1.0 means the transparency is opaque.
bool mirror |
Whether to mirror the video for the video mixing on the local client.
CAMERA
.