VideoModulePosition
Video observation position.
Enumerations
- PositionPostCapturer
- 1: Position after local video capture and preprocessing, corresponding to the onCaptureVideoFrame callback. The video observed here includes video preprocessing effects, which can be verified by enabling beauty effects, virtual background, or watermark.
- PositionPreRenderer
- 2: Position before rendering of received remote video, corresponding to the onRenderVideoFrame callback.
- PositionPreEncoder
- 4: Position before local video encoding, corresponding to the onPreEncodeVideoFrame callback. The video observed here includes preprocessing and pre-encoding effects:
- For preprocessing effects, you can verify by enabling beauty effects, virtual background, or watermark.
- For pre-encoding effects, you can verify by setting a low frame rate (e.g., 5 fps).
- PositionPostCapturerOrigin
- 8: Position after local video capture and before preprocessing. The video observed here does not include preprocessing effects, which can be verified by enabling beauty effects, virtual background, or watermark.