VIDEO_MODULE_POSITION
The frame position of the video observer.
Enumerator
Note: To understand specific locations of different video observation points on the video link, see .
- POSITION_POST_CAPTURER
- 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.
- POSITION_PRE_RENDERER
- 2: The pre-renderer position, which corresponds to the video data in the OnRenderVideoFrame callback.
- POSITION_PRE_ENCODER
- 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.
- To verify the pre-processing effects of the video, you can enable image enhancement, virtual background, or watermark.
- To verify the pre-encoding processing effect, you can set a lower frame rate (for example, 5 fps).
- POSITION_POST_CAPTURER_ORIGIN
- 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.