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
cms_Ps_Interface.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++
- /*This function is the entry of MMS parser module.It creates MMS
- * Playing window and initializes MMS parser module.
- */
- T_BOOL fnPAR_SmilParserEntry(T_UBYTE* pBodyPdu,T_WORD length); /* parse the mms content */
- T_VOID fnPAR_SmilFree(T_VOID); /*free the memory which is used by smil*/
- T_VOID fnPAR_InitCurPar(T_VOID); /*init current page of MMS data which will be previewed*/
- T_BOOL fnPAR_ProceedNextPar(T_VOID); /*go to next slide of MMS data which will be previewed*/
- T_BOOL fnPAR_ProceedPrePar(T_VOID); /*go to preceding slide of MMS data which will be previewed*/
- /*
- T_BOOL fnPAR_GetCurParImg(T_SMIL_ImgStruct * CurImg);
- T_BOOL fnPAR_GetCurParText(T_SMIL_TextStruct *CurTxt);
- T_BOOL fnPAR_GetCurParAudio(T_SMIL_AudStruct *CurAud);
- T_BOOL fnPAR_GetCurParVideo(T_SMIL_VideoStruct *CurVideo);
- */
- T_WORD fnPAR_GetCurParDur(T_VOID); /*get time length during one page of MMS preview*/
- T_BOOL fnPAR_IsParEmpty(T_VOID); /*judge if the current slide of MMS preview is empty*/
- T_WORD fnPAR_GetTotalSlideNum(T_VOID); /* get the total slide number */
- #ifdef __cplusplus
- }
- #endif //end of #ifdef __cplusplus