DJI Mobile SDK Documentation

      class GimbalControlSpeedCoefficient

      @EXClassNullAway
      class GimbalControlSpeedCoefficient
      Package:dji.common.remotecontroller
      SDK Key:RemoteControllerKey.GIMBAL_CONTROL_SPEED_COEFFICIENT
      Description:

      Remote Controller's gimbal control speed.

      Class Members:

      Members

      method getPitchSpeedCoefficient
      int getPitchSpeedCoefficient()
      Package:dji.common.remotecontroller
      Description:

      Gimbal's pitch speed with range [0, 100].

      Return:
      intAn int value.
      method getRollSpeedCoefficient
      int getRollSpeedCoefficient()
      Package:dji.common.remotecontroller
      Description:

      Gimbal's roll speed with range [0, 100].

      Return:
      intAn int value.
      method getYawSpeedCoefficient
      int getYawSpeedCoefficient()
      Package:dji.common.remotecontroller
      Description:

      Gimbal's yaw speed with range [0, 100].

      Return:
      intAn int value.