class SSDState
@EXClassNullAway class SSDState
Package: dji.common.camera
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:
method getSSDOperationState
SSDOperationState getSSDOperationState ()
Description:
SSD state information for currently executing operations.
Return:
method isConnected
Description:
true
if the SSD is connected. Note, if the camera is disconnected, the values for other properties in SSDState
are undefined.
Return:
method getCapacity
SSDCapacity getCapacity ()
Description:
SSD's total capacity. @return Total SSD capacity.
Return:
method getAvailableRecordingTimeInSeconds
int getAvailableRecordingTimeInSeconds ()
Description:
SSD's remaining time in seconds, based on the current VideoResolution
and VideoFrameRate
. @return SSD's remaining time measured in seconds.
Return:
method getRemainingSpaceInMB
long getRemainingSpaceInMB ()
Description:
SSD's remaining capacity in MB. @return SSD's remaining capacity measured in MB.
Return:
method getVideoResolution
VideoResolution getVideoResolution ()
Description:
Video resolution to be saved to SSD. @return SSD's video resolution.
Return:
method getVideoFrameRate
VideoFrameRate getVideoFrameRate ()
Description:
Video framerate to be saved to SSD.
Return:
method getRAWPhotoBurstCount
int getRAWPhotoBurstCount ()
Description:
Number of photos that are shot in RAW burst mode.
Return: