![]() |
Dashcam SDK 1.0.7
Captures, recognizes and records road aigns.
|
#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 |
Describes an item of a library of recorded videos and snapshots taken using the Dashcam SDK.
- (nullable NSURL *) fileURL |
Returns file url.
- (BOOL) isLocked |
Indicates whether the item is locked.
- (nullable NSURL *) thumbnailURL |
Returns thumbnail's url.
|
readwritenonatomiccopy |
Creation date.
|
readwritenonatomicassign |
Item's duration in seconds.
|
readwritenonatomiccopy |
Destination address.
|
readwritenonatomiccopy |
Completion date.
|
readwritenonatomicassign |
Destination latitude.
|
readwritenonatomicassign |
Destination longitude.
|
readwritenonatomiccopy |
Filename.
|
readwritenonatomicassign |
File size in bytes.
|
readwritenonatomiccopy |
Item's id.
|
readwritenonatomicassign |
Item's lock status.
|
readwritenonatomiccopy |
Item's foot relative path.
|
readwritenonatomiccopy |
Start point address.
|
readwritenonatomicassign |
Start point latitude.
|
readwritenonatomicassign |
Start point longitude.
|
readwritenonatomiccopy |
Thumbnail's filename.
|
readwritenonatomicassign |
Item type.