Xsens DOT iOS SDK
©2022 Xsens Technologies - Version: 2022.0.0
|
#import <XsensDotRecording.h>
Properties | |
XSFlashInfoStatus | flashInfoStatus |
XSRecordingStatus | recordingStatus |
void(^ | updateRecordingStatus )(XSRecordingStatus status) |
void(^ | updateExportingStatus )(XSExportStatus status) |
UInt32 | recordingDate |
UInt16 | recordingTime |
UInt32 | remainingTime |
NSUInteger | fileIndex |
NSMutableArray< XsensDotRecordingFile * > * | files |
NSArray * | exportFileList |
void(^ | exportFileDone )(NSUInteger index, BOOL result) |
The Xsens DOT recording control class
|
readwritenonatomiccopy |
The exporting file done block, index is from exportFileList , if result is YES means all files done and NO means finish one of them.
|
readwritenonatomicstrong |
The exporting file index array , list like [0,1,4] , max is files.count.
|
readwritenonatomicassign |
The current exporting file index
|
readwritenonatomicstrong |
The recording file list.
|
readwritenonatomicassign |
The sensor flash info status
|
readwritenonatomicassign |
The start recording date: 4 bytes unit is seconds
|
readwritenonatomicassign |
The current recording status in recording mode
|
readwritenonatomicassign |
The recording time that you set from : - (void)startRecording:(UInt16)recordingTime, unit is seconds
|
readwritenonatomicassign |
The remaining time of recording, If the sensor is in XSRecordingIsRecording this will be useful
|
readwritenonatomiccopy |
The exporting recording file data changed block
|
readwritenonatomiccopy |
The recording status changed block