Agora Java API Reference for Android
|
Static Public Member Functions | |
static int | getValue (VideoModulePosition position) |
Public Attributes | |
VIDEO_MODULE_POSITION_POST_CAPTURER =(1) | |
VIDEO_MODULE_POSITION_PRE_RENDERER =(1 << 1) | |
VIDEO_MODULE_POSITION_PRE_ENCODER =(1 << 2) | |
VIDEO_MODULE_POSITION_POST_CAPTURER_ORIGIN =(1 << 3) | |
io.agora.rtc2.Constants.VideoModulePosition.VIDEO_MODULE_POSITION_POST_CAPTURER =(1) |
The position after capturing the video data and pre-processing.
io.agora.rtc2.Constants.VideoModulePosition.VIDEO_MODULE_POSITION_PRE_RENDERER =(1 << 1) |
The position before receiving the remote video data.
io.agora.rtc2.Constants.VideoModulePosition.VIDEO_MODULE_POSITION_PRE_ENCODER =(1 << 2) |
The position before encoding the video data.
io.agora.rtc2.Constants.VideoModulePosition.VIDEO_MODULE_POSITION_POST_CAPTURER_ORIGIN =(1 << 3) |
The position after capturing the video data and before pre-processing.