cms_Ps_Interface.h
上传用户:tqh2500
上传日期:2014-05-09
资源大小:163k
文件大小:1k
开发平台:

Visual C++

  1. /*This function is the entry of MMS parser module.It creates MMS 
  2.  *   Playing window and initializes MMS parser module.
  3.  */
  4. T_BOOL fnPAR_SmilParserEntry(T_UBYTE* pBodyPdu,T_WORD length); /* parse the mms content */
  5. T_VOID fnPAR_SmilFree(T_VOID); /*free the memory which is used by smil*/
  6. T_VOID fnPAR_InitCurPar(T_VOID); /*init current page of MMS data which will be previewed*/
  7. T_BOOL fnPAR_ProceedNextPar(T_VOID); /*go to  next slide of MMS data which will be previewed*/
  8. T_BOOL fnPAR_ProceedPrePar(T_VOID); /*go to  preceding slide of MMS data which will be previewed*/
  9. /*
  10. T_BOOL fnPAR_GetCurParImg(T_SMIL_ImgStruct * CurImg);
  11. T_BOOL fnPAR_GetCurParText(T_SMIL_TextStruct *CurTxt); 
  12. T_BOOL fnPAR_GetCurParAudio(T_SMIL_AudStruct *CurAud); 
  13. T_BOOL fnPAR_GetCurParVideo(T_SMIL_VideoStruct *CurVideo);
  14. */
  15. T_WORD fnPAR_GetCurParDur(T_VOID); /*get time length during one page of MMS preview*/
  16. T_BOOL fnPAR_IsParEmpty(T_VOID); /*judge if the current slide of MMS preview is empty*/
  17. T_WORD fnPAR_GetTotalSlideNum(T_VOID); /* get the total slide number  */
  18. #ifdef __cplusplus
  19. }
  20. #endif  //end of #ifdef __cplusplus