Zh

'使用 C# 读取 MP3 标签 - (ID3、歌词、APE) '

There are different metadata standards that are used with MP3 files. Various types of data can be stored using different standards. In this article, we will discuss how to read different MP3 tags using C#. Specifically, we will learn to extract ID3v1, ID3v2, Lyrics, and APEv2 metadata tags from the mp3 files within the .NET application. 本文涵盖以下主题:

  • .NET API 来管理 MP3 标签 * 阅读 MP3 ID3 标签 - ID3v1 & ID3v2 * 获取 MP3 歌词标签 * 检索 MP3 APEv2 标签
一月 22, 2022 · 2 分钟 · Shoaib Khan