Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
mms_ring.h
Package: mms.rar [view]
Upload User: amanda_214
Upload Date: 2014-04-26
Package Size: 163k
Code Size: 1k
Category:
MMS
Development Platform:
C/C++
- /*****************************************************************************
- ** File Name: xxx_mmi_image.h *
- ** Author: *
- ** Date: 12/2003 *
- ** Copyright: 2003 Spreadtrum, Incoporated. All Rights Reserved. *
- ** Description: This file is used to describe call log *
- ******************************************************************************
- ** Important Edit History *
- ** --------------------------------------------------------------------------*
- ** Create by Spreadtrum Resource Editor tool *
- ******************************************************************************/
- #ifndef _MMI_RING_H__
- #define _MMI_RING_H__
- #include "sci_types.h"
- #include "dal_audio.h"
- #include "mmi_module.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- typedef struct _AUD_RING_DATA_INFO_T
- {
- AUD_RING_TYPE_E type;
- uint32 data_len;
- uint8 * data_ptr;
- } MMIAUD_RING_DATA_INFO_T, * PMMIAUD_RING_DATA_INFO_T;
- typedef enum _MMI_RING_ID_E
- {
- MMI_MODULE_MMS_RES<< 16,
- RING_MAX_ID
- } MMI_RING_ID_E;
- extern BOOLEAN MMI_GetRingInfo(uint16 label, MMIAUD_RING_DATA_INFO_T * pRingInfo); //06-01-17
- #ifdef __cplusplus
- }
- #endif
- #endif // _MMI_RING_H__