ID3v2 评论中可以存储多少个字符?

发布于 2024-12-04 13:06:31 字数 191 浏览 11 评论 0原文

我试图在 ID3v2 标签中找到一些关于长度注释区域的明确信息。在 规范 中,它没有提到任何具体内容(或者我只是没有提到明白了)。

感谢您的帮助

I'm trying to find some definite information on the length comment area in ID3v2 tags. In the spec it doesn't mention anything concrete(or I just don't understand it).

Thanks for your help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

生生漫 2024-12-11 13:06:31

最终的字符串大小由帧大小决定。查找帧头的定义;它包括一个“尺寸”字段。其他所有内容要么具有确定的大小,要么是终止的字符串,因此当您到达最终的文本字段时,不再有任何歧义。

The final string size is determined by the frame size. Look up the definition of the frame header; it includes a "size" field. Everything else either has a definite size or is a terminated string, so by the time you get to the final text field, there's no more ambiguity.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文