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 definition of the LocalTranscodingVideoStream struct.
|
inline |
agora::media::MEDIA_SOURCE_TYPE sourceType |
Source type of video stream.
uid_t remoteUserUid |
Remote user uid if sourceType is VIDEO_SOURCE_REMOTE.
const char* imageUrl |
RTC image if sourceType is VIDEO_SOURCE_RTC_IMAGE.
int x |
The horizontal position of the top left corner of the video frame.
int y |
The vertical position of the top left corner of the video frame.
int width |
The width of the video frame.
int height |
The height of the video frame.
int zOrder |
The layer of the video frame that ranges from 1 to 100:
double alpha |
The transparency of the video frame.
bool mirror |
mirror of the source video frame (only valid for camera streams)