AUTELCameraSDCardState
class AUTELCameraSDCardState
Describe:Get the current SD card state through AUTELCameraSDCardState.
property isInitializing
@property (nonatomic, assign) BOOL isInitializing;
Describe: Whether it is now initilizing or not?
property hasError
@property (nonatomic, assign) BOOL hasError;
Describe: Whether there is SD card error or not?
property isReadOnly
@property (nonatomic, assign) BOOL isReadOnly;
Describe: Whether the SD card is only readable?
property isInvalidFormat
@property (nonatomic, assign) BOOL isInvalidFormat;
Describe: Invalid format or not?
property formattingState
@property (nonatomic, assign) AUTELCameraSDCardFormattingState formattingState;
Describe: AUTELCameraSDCardFormattingState Whether it is formatting or not
property isFull
@property (nonatomic, assign) BOOL isFull;
Describe: Is the storage space of the SD card full?
property isVerified
@property (nonatomic, assign) BOOL isVerified;
Describe: Is it a low-speed SD card?
property isLowSpeedStopRecord
@property (nonatomic) BOOL isLowSpeedStopRecord;
Describe: Whether the SD card is slow to write, need to stop recording。
property isInserted
@property (nonatomic, assign) BOOL isInserted;
Describe: Has the SD card been inserted?
property totalSpaceInMegaBytes
@property (nonatomic, assign) NSInteger totalSpaceInMegaBytes;
Describe: The total storage capacity of the current SD card
property remainingSpaceInMegaBytes
@property (nonatomic, assign) NSInteger remainingSpaceInMegaBytes;
Describe: The residual capacity of the current SD card.
property availableCaptureCount
@property (nonatomic, assign) NSInteger availableCaptureCount;
Describe: The remaining number of photos can be taken and stored in SD card.
property availableRecordingTimeInSeconds
@property (nonatomic, assign) NSTimeInterval availableRecordingTimeInSeconds;
Describe: The remaining time length in SD card to take videos。