Skip to main content
API Reference NSDK NSDKSession

acquireRecordingExporter

Creates a new Recording Exporter session....

Declaration

@MainActor func acquireRecordingExporter() -> NSDKRecordingExporter

Summary

Creates a new Recording Exporter session.
Recording Export enables the conversion and export of saved scan recordings
to various formats for external processing or sharing. This session manages
the export workflow from scan selection through format conversion and output.
- Returns: A new Recording Exporter session attached to this NSDK session
- Important: Must be called from the main thread.