DJI Mobile SDK Documentation

      class VideoChannelStateChangeListener

      @Deprecated
      interface VideoChannelStateChangeListener
      Package:dji.v5.common.video.interfaces
      Description:

      Video state listener.

      Supported since MSDK 5.0.0

      Class Members:
      method
      method onUpdate
      void onUpdate(VideoChannelState from, VideoChannelState to)
      Package:dji.v5.common.video.interfaces
      Description:

      The listener will be triggered when the video channel state has changed.

      Supported since MSDK 5.0.0

      Input Parameters:
      VideoChannelState fromThe previous state of video channel
      VideoChannelState toThe current state of video channel