cms_ps_interface.h

来自「主要用于彩信的开发」· C头文件 代码 · 共 31 行

H
31
字号



/*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 + =
减小字号Ctrl + -
显示快捷键?