chxavramparser.h
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:0k
- /*============================================================================*
- *
- * (c) 1995-2002 RealNetworks, Inc. Patents pending. All rights reserved.
- *
- *============================================================================*/
-
- /*
- * Description:
- *
- */
- #ifndef _RAM_PARSER_H_
- #define _RAM_PARSER_H_
- #include "hxstring.h"
- #include "chxavplaylist.h"
- namespace CHXAvRAMParser
- {
- CHXAvPlaylistPtr Parse(const CHXString& filename);
- }
- #endif // _RAM_PARSER_H_