Dashcam SDK 1.0.7
Captures, recognizes and records road aigns.
Loading...
Searching...
No Matches
Instance Methods | Properties | List of all members
NMDLibraryItem Class Reference

#import <NMDLibraryItem.h>

Inherits NSManagedObject.

Instance Methods

(nullable NSURL *) - thumbnailURL
 
(nullable NSURL *) - fileURL
 
(BOOL) - isLocked
 

Properties

NSDate * created
 
int32_t durationSeconds
 
NSString * endAddress
 
NSDate * ended
 
double endLat
 
double endLong
 
int64_t fileSizeInBytes
 
NSString * id
 
NSString * startAddress
 
double startLat
 
double startLong
 
int32_t type
 
int32_t lockState
 
NSString * rootRelativePath
 
NSString * filename
 
NSString * thumbnailFilename
 

Detailed Description

Describes an item of a library of recorded videos and snapshots taken using the Dashcam SDK.

Method Documentation

◆ fileURL

- (nullable NSURL *) fileURL

Returns file url.

◆ isLocked

- (BOOL) isLocked

Indicates whether the item is locked.

◆ thumbnailURL

- (nullable NSURL *) thumbnailURL

Returns thumbnail's url.

Property Documentation

◆ created

- (NSDate*) created
readwritenonatomiccopy

Creation date.

◆ durationSeconds

- (int32_t) durationSeconds
readwritenonatomicassign

Item's duration in seconds.

◆ endAddress

- (NSString*) endAddress
readwritenonatomiccopy

Destination address.

◆ ended

- (NSDate*) ended
readwritenonatomiccopy

Completion date.

◆ endLat

- (double) endLat
readwritenonatomicassign

Destination latitude.

◆ endLong

- (double) endLong
readwritenonatomicassign

Destination longitude.

◆ filename

- (NSString*) filename
readwritenonatomiccopy

Filename.

◆ fileSizeInBytes

- (int64_t) fileSizeInBytes
readwritenonatomicassign

File size in bytes.

◆ id

- (NSString*) id
readwritenonatomiccopy

Item's id.

◆ lockState

- (int32_t) lockState
readwritenonatomicassign

Item's lock status.

◆ rootRelativePath

- (NSString*) rootRelativePath
readwritenonatomiccopy

Item's foot relative path.

◆ startAddress

- (NSString*) startAddress
readwritenonatomiccopy

Start point address.

◆ startLat

- (double) startLat
readwritenonatomicassign

Start point latitude.

◆ startLong

- (double) startLong
readwritenonatomicassign

Start point longitude.

◆ thumbnailFilename

- (NSString*) thumbnailFilename
readwritenonatomiccopy

Thumbnail's filename.

◆ type

- (int32_t) type
readwritenonatomicassign

Item type.