chxavramparser.h
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:0k
源码类别:

Symbian

开发平台:

C/C++

  1. /*============================================================================*
  2.  *
  3.  * (c) 1995-2002 RealNetworks, Inc. Patents pending. All rights reserved.
  4.  *
  5.  *============================================================================*/
  6.  
  7. /*
  8.  *  Description: 
  9.  *
  10.  */
  11. #ifndef _RAM_PARSER_H_
  12. #define _RAM_PARSER_H_
  13. #include "hxstring.h"
  14. #include "chxavplaylist.h"
  15. namespace CHXAvRAMParser 
  16. {
  17.     CHXAvPlaylistPtr Parse(const CHXString& filename);
  18. }
  19. #endif // _RAM_PARSER_H_