Enumeration VideoFrameProcessMode

The process mode of the video frame:

Enumeration Members

ProcessModeReadOnly: 0

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

ProcessModeReadWrite: 1

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

Generated using TypeDoc