mms_ring.h
上传用户:amanda_214
上传日期:2014-04-26
资源大小:163k
文件大小:1k
开发平台:

C/C++

  1. /*****************************************************************************
  2. ** File Name:      xxx_mmi_image.h                                            *
  3. ** Author:                                                                   *
  4. ** Date:           12/2003                                                   *
  5. ** Copyright:      2003 Spreadtrum, Incoporated. All Rights Reserved.         *
  6. ** Description:    This file is used to describe call log                    *
  7. ******************************************************************************
  8. **                         Important Edit History                            *
  9. ** --------------------------------------------------------------------------*
  10. ** Create by Spreadtrum Resource Editor tool               *
  11. ******************************************************************************/
  12. #ifndef _MMI_RING_H__
  13. #define _MMI_RING_H__
  14. #include "sci_types.h"
  15. #include "dal_audio.h"
  16. #include "mmi_module.h"
  17. #ifdef __cplusplus
  18. extern   "C" {
  19. #endif
  20. typedef struct _AUD_RING_DATA_INFO_T
  21. {
  22. AUD_RING_TYPE_E type;
  23. uint32          data_len;
  24. uint8      * data_ptr;
  25. } MMIAUD_RING_DATA_INFO_T, * PMMIAUD_RING_DATA_INFO_T;
  26. typedef enum _MMI_RING_ID_E
  27. {
  28. MMI_MODULE_MMS_RES<< 16,
  29. RING_MAX_ID
  30. } MMI_RING_ID_E;
  31. extern BOOLEAN MMI_GetRingInfo(uint16 label, MMIAUD_RING_DATA_INFO_T * pRingInfo);  //06-01-17
  32. #ifdef __cplusplus
  33. }
  34. #endif
  35. #endif // _MMI_RING_H__