DJI Mobile SDK Documentation

      class SSDClipFileName

      static class SSDClipFileName
      Package:dji.common.camera
      Description:

      The name of a video file stored in SSD.

      Class Members:
      Equipment Label
      method
      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:
      StringA string value of the equipment label.
      Reel ID
      method
      method getReelID
      int getReelID()
      Package:dji.common.camera
      Description:

      The reel ID. The possible value is from 0 to 999.

      Return:
      intAn int value of the reel ID.
      Clip ID
      method
      method getClipID
      int getClipID()
      Package:dji.common.camera
      Description:

      The clip ID. The possible value is from 0 to 999.

      Return:
      intAn int value of the clip ID.
      Init
      method
      method SSDClipFileName
      SSDClipFileName(String label, int reelID, int clipID)
      Package:dji.common.camera
      Description:

      Create a SSD clip name instance.

      Input Parameters:
      String labelThe equipment label of the clip. The valid input is from 'A' to 'Z'.
      int reelIDThe reel ID. The valid input is from 0 to 999.
      int clipIDThe clip ID. The valid input is from 0 to 999.