DJI Mobile SDK Documentation

      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:
      Operating State
      property
      property operationState
      @property (nonatomic, readonly) DJICameraSSDOperationState operationState
      Header:DJICameraSSDState.h
      SDK Key:DJICameraKey.DJICameraParamSSDOperationState
      Description:

      SSD state information for currently executing operations.

      See Also:

      DJICameraSSDOperationState

      property
      property isConnected
      @property (nonatomic, readonly) BOOL isConnected
      Header:DJICameraSSDState.h
      SDK Key:DJICameraKey.DJICameraParamSSDIsConnected
      Description:

      YES if the SSD is connected. Note, if the camera is disconnected, the values for other properties in DJICameraSSDState are undefined.

      Capacity
      property
      property capacity
      @property (nonatomic, readonly) DJICameraSSDCapacity capacity
      Header:DJICameraSSDState.h
      SDK Key:DJICameraKey.DJICameraParamSSDTotalSpace
      Description:

      SSD's total capacity. @return Total SSD capacity.

      See Also:

      DJICameraSSDCapacity

      property availableRecordingTimeInSeconds
      @property (nonatomic, readonly) NSUInteger availableRecordingTimeInSeconds
      Header:DJICameraSSDState.h
      SDK Key:DJICameraKey.DJICameraParamSSDAvailableRecordingTimeInSeconds
      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
      Header:DJICameraSSDState.h
      SDK Key:DJICameraKey.DJICameraParamSSDRemainingSpaceInMB
      Description:

      SSD's remaining capacity in MB. @return SSD's remaining capacity measured in MB.

      Video
      property
      property videoResolution
      @property (nonatomic, readonly) DJICameraVideoResolution videoResolution
      Header:DJICameraSSDState.h
      SDK Key:DJICameraKey.DJICameraParamSSDVideoResolutionAndFrameRate
      Description:

      Video resolution to be saved to SSD. @return SSD's video resolution.

      See Also:

      DJICameraVideoResolution

      property videoFrameRate
      @property (nonatomic, readonly) DJICameraVideoFrameRate videoFrameRate
      Header:DJICameraSSDState.h
      SDK Key:DJICameraKey.DJICameraParamSSDVideoResolutionAndFrameRate
      Description:

      Video framerate to be saved to SSD.

      See Also:

      DJICameraVideoFrameRate

      Photo
      property
      property rawPhotoBurstCount
      @property(nonatomic, readonly) NSUInteger rawPhotoBurstCount
      Header:DJICameraSSDState.h
      SDK Key:DJICameraKey.DJICameraParamRAWPhotoBurstCount
      Description:

      Number of photos that are shot in RAW burst mode.