www.pudn.com > mms.rar > cms_Ps_Interface.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