java.lang.Object | |
↳ | dji.common.camera.CameraSSDState |
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. Supported only by the X5R camera an X5S camera.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CameraSSDState() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
getAvailableRecordingTimeInSeconds()
SSD's remaining time in seconds assuming the current DJICameraVideoResolution and DJICameraVideoFrameRate.
| ||||||||||
int |
getRAWPhotoBurstCount()
Number of photos that are shot in RAW burst mode.
| ||||||||||
long |
getRemainingSpaceInMegaBytes()
SSD's remaining capacity in MB.
| ||||||||||
CameraSSDOperationState |
getSSDOperationState()
SSD state information for currently executing operations.
| ||||||||||
CameraSSDCapacity |
getTotalSpace()
SSD's total capacity.
| ||||||||||
DJICameraSettingsDef.CameraVideoFrameRate |
getVideoFrameRate()
Video frame rate to be saved to SSD.
| ||||||||||
DJICameraSettingsDef.CameraVideoResolution |
getVideoResolution()
Video resolution to be saved to SSD.
| ||||||||||
boolean |
isConnected()
true if SSD is connected. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
SSD's remaining time in seconds assuming the current DJICameraVideoResolution and DJICameraVideoFrameRate.
Number of photos that are shot in RAW burst mode.
SSD's remaining capacity in MB.
SSD state information for currently executing operations.
Video frame rate to be saved to SSD.
Video resolution to be saved to SSD.
true
if SSD is connected. When isConnected is NO, the values for other properties in
DJICameraSSDState are undefined.
true
if SSD is connected.