OpenSDKv5.7.2
BaiduNaviSDK
NaviSDK
inc
BNSoundProtocol.h
浏览该文件的文档.
1
//
2
// BNSoundProtocol.h
3
// BNOpenKit
4
//
5
// Created by linbiao on 2019/3/19.
6
// Copyright © 2019年 Chen,Xintao. All rights reserved.
7
//
8
9
#ifndef BNSoundProtocol_h
10
#define BNSoundProtocol_h
11
12
#import <Foundation/Foundation.h>
13
#import "
BNCommonDef.h
"
14
16
@protocol
BNNaviSoundDelegate
<NSObject>
17
21
- (void)onPlayTTS:(NSString*)text;
22
28
- (void)onPlayVoiceSound:(
BNVoiceSoundType
)type filePath:(NSString *)filePath;
29
35
- (void)onTTSAuthorized:(BOOL)success;
36
37
@end
38
40
@protocol
BNSoundProtocol
<NSObject>
41
45
- (void)setSoundDelegate:(
id
<
BNNaviSoundDelegate
>)delegate;
46
47
49
- (void)
releaseInstance
;
50
51
@end
52
53
#endif
/* BNSoundProtocol_h */
BNCommonDef.h
BNVoiceSoundType
BNVoiceSoundType
Definition:
BNCommonDef.h:346
BNNaviSoundDelegate-p
播报相关回调接口
Definition:
BNSoundProtocol.h:16
BNSoundProtocol-p
播报相关接口
Definition:
BNSoundProtocol.h:40
-[BNSoundProtocol-p releaseInstance]
void releaseInstance()
释放TTS单例
制作者
1.9.3