cms_Ps_Interface.h
资源名称:MMSCodes.rar [点击查看]
上传用户:fuyouda
上传日期:2021-12-23
资源大小:164k
文件大小:1k
源码类别:
手机彩信(MMS)编程
开发平台:
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