本文介绍了[UWP] [C#]使用Windows应用程序读取Groove播放列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Windows应用程序有一个名为Windows.Media.Playlist的类,女巫允许阅读 WMP播放列表(也可以修改,但在我的情况下不需要), 但它似乎不支持Groove创建的那些。
有没有办法读取Groove播放列表?
解决方案
Windows app features a class named Windows.Media.Playlist, witch allows to read WMP playlists (also modify, but this is not needed in my case), however it doesn't appear to support the ones created by Groove.
Is there a way to read Groove playlists?
解决方案
这篇关于[UWP] [C#]使用Windows应用程序读取Groove播放列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!