|
Agora Java API Reference for Android
|
The frame position of the video observer. More...
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) | |
The frame position of the video observer.
| io.agora.rtc2.Constants.VideoModulePosition.VIDEO_MODULE_POSITION_POST_CAPTURER =(1) |
1: The location of the locally collected video data after preprocessing corresponds to the onCaptureVideoFrame callback. The observed video here has the effect of video pre-processing, which can be verified by enabling image enhancement, virtual background, or watermark.
| io.agora.rtc2.Constants.VideoModulePosition.VIDEO_MODULE_POSITION_PRE_RENDERER =(1 << 1) |
2: The pre-renderer position , which corresponds to the video data in the onRenderVideoFrame callback.
| io.agora.rtc2.Constants.VideoModulePosition.VIDEO_MODULE_POSITION_PRE_ENCODER =(1 << 2) |
4: The pre-encoder position , which corresponds to the video data in the onPreEncodeVideoFrame callback. The observed video here has the effects of video pre-processing and encoding pre-processing.
| io.agora.rtc2.Constants.VideoModulePosition.VIDEO_MODULE_POSITION_POST_CAPTURER_ORIGIN =(1 << 3) |
8: The position after local video capture and before pre-processing. The observed video here does not have pre-processing effects, which can be verified by enabling image enhancement, virtual background, or watermarks.
1.8.18