Replay operator properties for Script Engine. Read the documentation for more info.
Properties | |
| bool | AutostartRecording [get, set] |
| Start recording on startup. | |
| bool | StartRecordingAfterPlayback [get, set] |
| Start recording after playback. | |
| int | JpegQuality [get, set] |
| Image quality. [min=10, max=100, default=80]. | |
| ReplayOperatorDefaultOutput | DefaultOutput [get, set] |
| Default output. | |
| int | MaxFramesInMemory [get, set] |
| Max number of frames. [min=1, max=300, default=100]. | |
| ReplayOperatorPlaybackSpeed | PlaybackSpeed [get, set] |
| Playback speed. | |
| int | PlaybackStartFrame [get, set] |
| Start frame. | |
| int | PlaybackStopFrame [get, set] |
| Stop frame. | |
| int | PlaybackCurrentFrame [get] |
| Current playback frame. | |
| String | PlaybackStartFrameTimeString [get] |
| Time of frame that will be used at the start of playback. | |
| TimeSpan | PlaybackCurrentFrameTimeFromBufferStart [get] |
| Playback time (buffer) | |
| DateTime | PlaybackCurrentFrameTime [get] |
| Playback time (actual) | |
| ReplayOperatorState | PlaybackState [get] |
| Current state of the operator. | |
| Command | CommandStartRecording [get] |
| Start arecording. | |
| Command | CommandStartPlayback [get] |
| Start playback of the latest recording. | |
| Command | CommandStop [get] |
| Stop recording/playback. | |
| Command | ResetCmd [get] |
| Resets the operator to its default values. | |
| int | NumberOfFramesInStorage [get] |
| Total number of recorded video frames. | |
| bool | FrameBufferFull [get] |
| Is recorded video buffer full. | |
| String | FrameStoreDurationString [get] |
| Frame buffer duration. | |
| DateTime | FrameStoreStartTime [get] |
| Frame buffer start time. | |
| DateTime | FrameStoreStopTime [get] |
| Frame buffer stop time. | |
| int | FramesMemoryUsage [get] |
| Frame buffer memory Usage (Mb) | |