class DJICameraSSDState
@interface DJICameraSSDState : NSObject
Header: DJICameraSSDState.h Inherits From: NSObject
Description:
This class contains the information about camera's Solid State Drive (SSD) information, including state, whether it is connected, its capacity, video size and rate, etc.
Class Members:
property operationState
@property (nonatomic , readonly ) DJICameraSSDOperationState operationState
Description:
SSD state information for currently executing operations.
See Also:
DJICameraSSDOperationState
property isConnected
@property (nonatomic , readonly ) BOOL isConnected
Description:
YES
if the SSD is connected. Note, if the camera is disconnected, the values for other properties in DJICameraSSDState
are undefined.
property capacity
@property (nonatomic , readonly ) DJICameraSSDCapacity capacity
Description:
SSD's total capacity. @return Total SSD capacity.
See Also:
DJICameraSSDCapacity
property availableRecordingTimeInSeconds
@property (nonatomic , readonly ) NSUInteger availableRecordingTimeInSeconds
Description:
SSD's remaining time in seconds, based on the current DJICameraVideoResolution
and DJICameraVideoFrameRate
. @return SSD's remaining time measured in seconds.
property remainingSpaceInMB
@property (nonatomic , readonly ) NSUInteger remainingSpaceInMB
Description:
SSD's remaining capacity in MB. @return SSD's remaining capacity measured in MB.
property videoResolution
@property (nonatomic , readonly ) DJICameraVideoResolution videoResolution
Description:
Video resolution to be saved to SSD. @return SSD's video resolution.
See Also:
DJICameraVideoResolution
property videoFrameRate
@property (nonatomic , readonly ) DJICameraVideoFrameRate videoFrameRate
Description:
Video framerate to be saved to SSD.
See Also:
DJICameraVideoFrameRate
property rawPhotoBurstCount
@property (nonatomic , readonly ) NSUInteger rawPhotoBurstCount
Description:
Number of photos that are shot in RAW burst mode.