Skip to main content
API Reference com.nianticspatial.nsdk.dashcam

DashcamSaveState

Status of a dashcam save operation.

Declaration

enum class DashcamSaveState

Properties

NameTypeSummary
valueInt
-

Cases

NameTypeSummary
FAILEDFAILED
The save failed (e.g. no frames in buffer, I/O error).
NOT_AVAILABLENOT_AVAILABLE
No save has been requested or the save result has not yet been computed.
SAVEDSAVED
The save completed successfully.