XSPF播放列表操作类库 libxspf

码农软件 · 软件分类 · 其他开发相关 · 2019-11-01 18:12:43

软件介绍

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);

本文地址:https://codercto.com/soft/d/18053.html

Data Structures and Algorithms in Java

Data Structures and Algorithms in Java

Robert Lafore / Sams / 2002-11-06 / USD 64.99

Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use......一起来看看 《Data Structures and Algorithms in Java》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具