class SSDClipFileName
static class SSDClipFileName
|
| Package: | dji.common.camera |
Description:
The name of a video file stored in SSD.
Class Members:
method getEquipmentLabel
String getEquipmentLabel()
|
| Package: | dji.common.camera |
Description:
A single captical character represents the equipment. The possible value is from 'A' to 'Z'.
Return:
| String | A string value of the equipment label. |
method getReelID
| Package: | dji.common.camera |
Description:
The reel ID. The possible value is from 0 to 999.
Return:
| int | An int value of the reel ID. |
method getClipID
| Package: | dji.common.camera |
Description:
The clip ID. The possible value is from 0 to 999.
Return:
| int | An int value of the clip ID. |
method SSDClipFileName
SSDClipFileName(String label, int reelID, int clipID)
|
| Package: | dji.common.camera |
Description:
Create a SSD clip name instance.
| String label | The equipment label of the clip. The valid input is from 'A' to 'Z'. |
| int reelID | The reel ID. The valid input is from 0 to 999. |
| int clipID | The clip ID. The valid input is from 0 to 999. |