Windows Phone如何使用.pls格式?
Windows Phone 可以使用 .pls 格式吗?
我已经在互联网上搜索过答案,但没有找到。如果有人知道请给我写一些东西。 我在这里阅读 http://msdn.microsoft。 com/en-us/library/ff462087(v=vs.92).aspx WP7不支持.pls格式,但在这种情况下我该如何使用 它? 我必须从哪里开始?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Pls 文件不是媒体编解码器,而是播放列表文件,因此它不会列在您链接到的列表中。但不,它不支持播放列表,请参阅 支持的媒体编解码器。
如果您需要支持 pls 格式,您必须自己编写支持。 pls 文件只是一个文本,因此您应该能够轻松解析它。请参阅。请参阅维基百科页面。
A Pls file isn't a media codec, it's a play list file, so it wouldn't be listed in the list you've linked to. But no it doesn't support a Pls play list, see the play lists section in Supported Media Codecs.
If you need to support the pls format you'll have to write support for it yourself. A pls file is just a text, so you should be able to parse it easily. See the .Pls Wikipedia page.