Skip to main content
API Reference SwiftyNsdk NsdkScanningSession

recordingInfo

Returns information about the current recording....

Declaration

func recordingInfo() -> RecordingInfo

Summary

Returns information about the current recording.
Call this method before saveCurrentScan() to ensure that the recording
contains frames to save. Otherwise, the save operation may fail.
- Returns: A RecordingInfo object containing details about the current recording.
- Throws: An error if the underlying NSDK call fails.
- Note: Make sure to call this method before saveCurrentScan() if you plan to
save the current scan; otherwise, the save may fail.


ON THIS PAGE