Blame view

LiveChat/SDK/include/gotye/GotyeWhineMode.h 955 Bytes
9f17d59e   陈明泉   no message
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
  /****************************************************************************
   Copyright(c) 2013-2014, Shanghai AiLiao Information Technology Co.,Ltd
  
   http://www.gotye.com.cn
   
   @author:	liugan
   @date:		2014-06-20
   @version:	v3.0
   @filename:	GotyeWhineMode.h
   @description:
   This header file includes supported whine mode using for recording.
   Include "GotyeAPI.h" instead of this.
  ****************************************************************************/
  
  #ifndef __GOTYE_WHINEMODE_H__
  #define __GOTYE_WHINEMODE_H__
  
  #include "Gotye.h"
  
  NS_GOTYEAPI_BEGIN
  
  typedef enum
  {
  	GotyeWhineModeDefault,              ///< original
  	GotyeWhineModeFatherChristmas,      ///< father christmas
  	GotyeWhineModeOptimus,              ///< optimus prime
  	GotyeWhineModeDolphine,             ///< dolphin
  	GotyeWhineModeBaby,                 ///< baby
  	GotyeWhineModeSubwoofer             ///< subwoofer
  }GotyeWhineMode;	///< enum whine mode
  
  NS_GOTYEAPI_END
  
  #endif