如何使用 TagLib-Sharp 编写自定义 (PRIV) ID3 帧?
具体来说,我想编写 Windows Media Player 框架,例如 WM/MediaClassPrimaryID
、WM/MediaClassSecondaryID
和 WM/WMCollectionGroupID
框架。
我正在使用 PowerShell,但 C# 也不错。
Specifically, I'd like to write the Windows Media Player frames, such as theWM/MediaClassPrimaryID
, WM/MediaClassSecondaryID
and WM/WMCollectionGroupID
frames.
I'm using PowerShell, but C# would be good too.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有点生疏了,但以下内容应该大部分是正确的。我记得这些标签是 UTF-16,但您可能想要获取现有标签并尝试使用 Unicode 编码器解码其值以确保确定。
I'm a bit rusty, but the following should be mostly correct. I remember these tags being UTF-16 but you'll probably want to get an existing tag and try decoding its value with the Unicode encoder to be sure.