class CameraStorageInfo
class CameraStorageInfo implements DJIValue, JNIProguardKeepTag, ByteStream
|
Package: | dji.sdk.keyvalue.value.camera |
Description:
Details of the camera storage card. storage cards include: SD Card and onboard memory.
Class Members:
Members
method getStorageType
CameraStorageLocation getStorageType()
|
Package: | dji.sdk.keyvalue.value.camera |
Description:
To get camera storage type.
Return:
method getStorageState
SDCardLoadState getStorageState()
|
Package: | dji.sdk.keyvalue.value.camera |
Description:
Get the storage card insertion status. On-board memory is plugged in by default.
Return:
method getStorageCapacity
Integer getStorageCapacity()
|
Package: | dji.sdk.keyvalue.value.camera |
Description:
To get the storage card capacity. Unit: MB.
Return:
Integer | Return the storage card capacity. |
method getStorageLeftCapacity
Integer getStorageLeftCapacity()
|
Package: | dji.sdk.keyvalue.value.camera |
Description:
To get the remaining capacity of the memory card. Unit: MB.
Return:
Integer | Return the remaining capacity of the memory card. |