|
TencentNavKit
|
内置语音播报器事件回调. More...
#import <TNKAudioPlayerProtocol.h>
Instance Methods | |
| (void) | - invokeAudioPlayerWillStartPlaying: |
| 播报开始回调. More... | |
| (void) | - audioPlayerDidFinishPlaying: |
| 播报完成回调. More... | |
| (void) | - audioPlayerDidFinishPlaying:text:successfully: |
| 播报完成回调. More... | |
内置语音播报器事件回调.
| - (void) audioPlayerDidFinishPlaying: | (id< TNKAudioPlayerProtocol >) | player |
播报完成回调.
| player | 语音播报器. |
| - (void) audioPlayerDidFinishPlaying: | (id< TNKAudioPlayerProtocol >) | player | |
| text: | (NSString *) | text | |
| successfully: | (BOOL) | flag | |
播报完成回调.
| player | 语音播报器. |
| text | 播报的文案 |
| flag | 是否成功 |
| - (void) invokeAudioPlayerWillStartPlaying: | (id< TNKAudioPlayerProtocol >) | player |
播报开始回调.
| player | 语音播报器. |