Enumeration VideoModulePosition

The frame position of the video observer.

Enumeration Members

PositionPostCapturer: 1

1: The post-capturer position, which corresponds to the video data in the onCaptureVideoFrame callback.

PositionPreEncoder: 4

4: The pre-encoder position, which corresponds to the video data in the onPreEncodeVideoFrame callback.

PositionPreRenderer: 2

2: The pre-renderer position, which corresponds to the video data in the onRenderVideoFrame callback.

Generated using TypeDoc