VideoFrameProcessMode

The process mode of the video frame:

Enumerator

ProcessModeReadOnly

Read-only mode.

In this mode, you do not modify the video frame. The video frame observer is a renderer.

ProcessModeReadWrite

Read and write mode.

In this mode, you modify the video frame. The video frame observer is a video filter.