RecordingExporter
↳ extends SessionBase
Creates a Recording Exporter instance for exporting saved scans. The Recording Exporter feature allows you to export previously saved scans in various formats with custom metadata and user data.
Declaration
class RecordingExporterProperties
| Name | Type | Summary |
|---|---|---|
| ardkHandle | Long | - |
Functions
| Name | Type | Summary |
|---|---|---|
| export | AsyncResult<String, Nothing> | Asynchronously exports a scan recording. This function suspends execution until the export operation is complete, has failed, or has timed out. |
| exportSplitArchives | AsyncResult<Array<String>, Nothing> | Asynchronously exports a scan recording as multiple archive files. This function suspends execution until the export operation is complete, has failed, or has timed out. |
| onDestroy | void | - |
| onInit | void | - |