DJI Mobile SDK Documentation

      class VideoResolution

      class VideoResolution
      Package:dji.v5.manager.datacenter.livestream
      Description:

      The resolution of live video stream.

      Supported since MSDK 5.0.0

      Class Members:
      method
      method getWidth
      int getWidth()
      Package:dji.v5.manager.datacenter.livestream
      Description:

      Get the width of live stream video resolution.

      Supported since MSDK 5.0.0

      Return:
      intReturn the width of live stream video resolution.
      method
      method getHeight
      int getHeight()
      Package:dji.v5.manager.datacenter.livestream
      Description:

      Get the height of live stream video resolution.

      Supported since MSDK 5.0.0

      Return:
      intReturn the height of live stream video resolution.