getTTSPlayer method

IPlayer? getTTSPlayer()

获取TTS播放器

Implementation

IPlayer? getTTSPlayer() {
  return __ttsPlayer.getPlayer();
}