Future<int> stopPlay(V2TXLivePlayer livePlayer) async { TCICLog.info("stopPlay", actionModule: ActionModule.tcicController.name, actionName: ActionName.stopPlay.name); return await Live.stopPlay(livePlayer); }