Class RunMode (0.1.0)

RunMode(value)

RunMode represents the mode to launch the Process on.

Enums

Name Description
RUN_MODE_UNSPECIFIED Mode is unspecified.
LIVE Live mode. Meaning the Process is launched to handle live video source, and possible packet drops are expected.
SUBMISSION Submission mode. Meaning the Process is launched to handle bounded video files, with no packet drop. Completion status is tracked.