程序包 rtc

接口 MSvrLive.Listener

封闭类:
MSvrLive

public static interface MSvrLive.Listener
直播频道回调接口类 直播频道回调接口定义了直播频道管理操作的异步返回。
  • 方法详细资料

    • onCreateLive

      void onCreateLive(int result, AVDLive.LiveInfo info)
      创建直播频道的异步返回
    • onSelectMedia4Live

      void onSelectMedia4Live(int result, String lvbc_id)
      为特定直播频道设置当前视频源的异步返回
    • onMixMedia4Live

      void onMixMedia4Live(int result, String lvbc_id)
      为特定直播频道设置混流视频源的异步返回
    • onPauseResumeLive

      void onPauseResumeLive(int result, String lvbc_id)
      停止特定直播频道的异步返回
    • onLiveInfo

      void onLiveInfo(int result, AVDLive.LiveInfo info)
      获取特定频道详细信息的异步返回
    • onDeleteLive

      void onDeleteLive(int result, String lvbc_id)
      删除特定频道的异步返回