DJI Mobile SDK Documentation

      class DJIKey

      class DJIKey<T>
      包:dji.sdk.keyvalue.key
      描述:

      Key功能的访问设置类,提供对设备各种模块的功能设置和状态获取。
      DJIKeyInfo : 表示key,例如DJICameraKey.KeyEnterPlayback,表示回放的接口 productId = 0 表示当前连接上的product产品序号,一般是0 componentIndex = 0 1 2 3表示负载的位置,对应:ComponentIndexType.java,这里一般是0 subComponentType = SubComponentType 表示镜头,zoom = 0, wide = 1, ir = 2,IGNORE=0xffff-1(即总体) subComponentIndex 目前只有电池箱用到,表示再下一级小配件使用,相机用不到

      类成员: