BNSoundProtocol Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | BNSoundProtocol.h |
– isTTSPlaying
required method
是否正在播报
- (BOOL)isTTSPlayingReturn Value
是否正在播报
Discussion
是否正在播报
Declared In
BNSoundProtocol.h
– playText:
required method
播报文本,使用内部TTS播报时有效
- (BOOL)playText:(NSString *)textParameters
text |
: 需要播报的文本 |
|---|
Discussion
播报文本,使用内部TTS播报时有效
Declared In
BNSoundProtocol.h
– setSoundDelegate:
required method
设置导航播报的delegate
- (void)setSoundDelegate:(id<BNNaviSoundDelegate>)delegateDiscussion
设置导航播报的delegate
Declared In
BNSoundProtocol.h