Newer
Older
react-native-hi-baidu-tts / ios / BDSClientHeaders / TTS / BDSSynthesizerStatusNotifications.h
xiaobaoafei on 25 Apr 2022 初始化
//
//  BDSSynthesizerStatusNotifications.h
//  TTSLegacyInterface
//
//  Created by Li,Xi(Speech) on 17/5/10.
//  Copyright © 2017年 baidu. All rights reserved.
//

#ifndef BDSSynthesizerStatusNotifications_h
#define BDSSynthesizerStatusNotifications_h

//结束通知
#define TTSPlayerDidEndTimeNotification @"TTSPlayerDidEndTimeNotification"

//错误通知
#define TTSSynthesizerErrorNotification @"TTSSynthesizerErrorNotification"

//取消通知
#define TTSSynthesizerCancelNotification @"TTSSynthesizerCancelNotification"


#endif /* BDSSynthesizerStatusNotifications_h */