unreal.TimedDataMonitorCalibrationReturnCode

class unreal.TimedDataMonitorCalibrationReturnCode

Bases: EnumBase

ETimed Data Monitor Calibration Return Code

C++ Source:

  • Plugin: TimedDataMonitor

  • Module: TimedDataMonitor

  • File: TimedDataMonitorCalibration.h

FAILED_BUFFER_COULD_NOT_BE_RESIZE: TimedDataMonitorCalibrationReturnCode

Failed. A resize was requested but it was not able to do so.

Type:

6

FAILED_INVALID_EVALUATION_TYPE: TimedDataMonitorCalibrationReturnCode

Failed. At least one input has an evaluation type that is not timecode.

Type:

3

FAILED_INVALID_FRAME_RATE: TimedDataMonitorCalibrationReturnCode

Failed. At least one input doesn’t have a defined frame rate.

Type:

4

FAILED_NO_DATA_BUFFERED: TimedDataMonitorCalibrationReturnCode

Failed. At least one input doesn’t have data buffered.

Type:

5

FAILED_NO_TIMECODE: TimedDataMonitorCalibrationReturnCode

Failed. The timecode provider doesn’t have a proper timecode value.

Type:

1

FAILED_RESET: TimedDataMonitorCalibrationReturnCode

Failed. The calibration was manually reset.

Type:

7

FAILED_UNRESPONSIVE_INPUT: TimedDataMonitorCalibrationReturnCode

Failed. At least one input is unresponsive.

Type:

2

RETRY_INCREASE_BUFFER_SIZE: TimedDataMonitorCalibrationReturnCode

Retry. No interval could be found. Increase the buffer size.

Type:

9

RETRY_NOT_ENOUGH_DATA: TimedDataMonitorCalibrationReturnCode

Retry. The buffer size is correct but they do not contain enough data to calibrate.

Type:

8

SUCCEEDED: TimedDataMonitorCalibrationReturnCode

Success. The values were synchronized.

Type:

0