Agora Java API Reference for Android
|
#include <AgoraBase.h>
Public Attributes | |
uid_t | uid |
int | x |
int | y |
int | width |
int | height |
int | zOrder |
double | alpha |
int | audioChannel |
The definition of the TranscodingUser struct.
uid_t agora::rtc::TranscodingUser::uid |
User ID of the CDN live streaming.
int agora::rtc::TranscodingUser::x |
The horizontal position of the top left corner of the video frame.
int agora::rtc::TranscodingUser::y |
The vertical position of the top left corner of the video frame.
int agora::rtc::TranscodingUser::width |
The width of the video frame.
int agora::rtc::TranscodingUser::height |
The height of the video frame.
int agora::rtc::TranscodingUser::zOrder |
The layer of the video frame that ranges from 1 to 100:
double agora::rtc::TranscodingUser::alpha |
The transparency of the video frame.
int agora::rtc::TranscodingUser::audioChannel |
The audio channel of the sound that ranges from 0 to 5. Special players are needed if it is not set as 0.