VIDEO_FRAME_PROCESS_MODE
Processing mode of video frame.
Enumerations
- PROCESS_MODE_READ_ONLY
- Read-only mode. In this mode, the video frame is not modified, and the video frame observer acts as a renderer.
- PROCESS_MODE_READ_WRITE
- Read-write mode. In this mode, the video frame can be modified. The video frame observer acts as a video filter and affects the SDK's subsequent video frame processing.