- 授权协议: 未知
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: http://libspiff.sourceforge.net/
- 软件文档: http://libspiff.sourceforge.net/doc/html/
软件介绍
libxspf (前身是 libSpiff) 是一个用来读取 XSPF 播放列表格式文件的C++类库,支持版本0和1。这是官方推荐的实现版本。
使用示例:
XspfReaer reader;
XML_Char const * const baseUri = _PT("http://example.org/");
reader.parseFile(_PT("playlist.xspf"), NULL, baseUri);
XML_Char const * const baseUri = _PT("http://example.org/");
XspfWriter * const writer = XspfWriter::makeWriter(formatter, baseUri);
Automate This
Christopher Steiner / Portfolio / 2013-8-9 / USD 25.95
"The rousing story of the last gasp of human agency and how today's best and brightest minds are endeavoring to put an end to it." It used to be that to diagnose an illness, interpret legal docume......一起来看看 《Automate This》 这本书的介绍吧!
