DJI Mobile SDK Documentation

      class VideoChannelStateChangeListener

      @Deprecated
      interface VideoChannelStateChangeListener
      包:dji.v5.common.video.interfaces
      描述:

      码流状态监听器。

      MSDK 5.0.0开始支持

      类成员:
      method
      method onUpdate
      void onUpdate(VideoChannelState from, VideoChannelState to)
      包:dji.v5.common.video.interfaces
      描述:

      当码流通道状态变化以后会回调此方法。

      MSDK 5.0.0开始支持

      输入参数:
      VideoChannelState from码流通道前一个状态
      VideoChannelState to码流通道当前状态