api start ///
Future<int> startPlay(String playUrl) async { return await _effectViewApi.startPlay(playUrl); }