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

Automate This

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》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

在线进制转换器
在线进制转换器

各进制数互转换器

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具