IRecordingItem Interface |
Namespace: LynceeTec.API.Cycle
The IRecordingItem type exposes the following members.
| Name | Description | |
|---|---|---|
| EstimatedRecordingTime |
Gets an estimated time of the recording performed using Record(String, DictionaryIMovableItem, ListInt32, CycleProgressReporter) | |
| RecordsInMemory |
List of record ids saved in memory.
|
| Name | Description | |
|---|---|---|
| CancelRecording |
Cancels the current recording process.
| |
| CancelSaving |
Cancels the current saving process.
| |
| DeleteRecord |
Deletes the recorded data for the specified id.
| |
| Record |
Performs recording at the current position.
| |
| SaveRecord |
Saves the specified record on the disk.
|