Skip to main content
API Reference NSDK NSDKScanningSession

recordingInfo

Returns information about the current recording....

Declaration

func recordingInfo() -> NSDKScanningSession.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.
- Note: Make sure to call this method before saveCurrentScan() if you plan to
save the current scan; otherwise, the save may fail.