⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cms_ps_interface.h

📁 主要用于彩信的开发
💻 H
字号:



/*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 




⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -