Instance Methods | |
| (BOOL) | - isTTSPlaying |
| (BOOL) | - pause |
| (BOOL) | - resume |
| (BOOL) | - playText: |
| (void) | - setSoundDelegate: |
| - (BOOL) isTTSPlaying |
是否正在播报
| - (BOOL) pause |
暂停播报
| - (BOOL) playText: | (NSString *) | text |
播报文本,使用内部TTS播报时有效
| text | : 需要播报的文本 |
| - (BOOL) resume |
恢复播报
| - (void) setSoundDelegate: | (id< BNNaviSoundDelegate >) | delegate |
设置导航播报的delegate
1.8.8