Agora Java API Reference for Android
|
#include <AgoraBase.h>
Public Attributes | |
agora::media::MEDIA_SOURCE_TYPE | sourceType |
uid_t | remoteUserUid |
const char * | imageUrl |
int | mediaPlayerId |
int | x |
int | y |
int | width |
int | height |
int | zOrder |
double | alpha |
bool | mirror |
The definition of the LocalTranscodingVideoStream struct.
agora::media::MEDIA_SOURCE_TYPE agora::rtc::TranscodingVideoStream::sourceType |
Source type of video stream.
uid_t agora::rtc::TranscodingVideoStream::remoteUserUid |
Remote user uid if sourceType is VIDEO_SOURCE_REMOTE.
const char* agora::rtc::TranscodingVideoStream::imageUrl |
RTC image if sourceType is VIDEO_SOURCE_RTC_IMAGE.
int agora::rtc::TranscodingVideoStream::mediaPlayerId |
MediaPlayer id if sourceType is MEDIA_PLAYER_SOURCE.
int agora::rtc::TranscodingVideoStream::x |
The horizontal position of the top left corner of the video frame.
int agora::rtc::TranscodingVideoStream::y |
The vertical position of the top left corner of the video frame.
int agora::rtc::TranscodingVideoStream::width |
The width of the video frame.
int agora::rtc::TranscodingVideoStream::height |
The height of the video frame.
int agora::rtc::TranscodingVideoStream::zOrder |
The layer of the video frame that ranges from 1 to 100:
double agora::rtc::TranscodingVideoStream::alpha |
The transparency of the video frame.
bool agora::rtc::TranscodingVideoStream::mirror |
mirror of the source video frame (only valid for camera streams)