stopPlay method

Future<int> stopPlay(
  1. V2TXLivePlayer livePlayer
)

Implementation

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