Java实现MP3播放器 public class Mp3Info { private PlayerControl player = new PlayerControl(); private File file; private List timeMills = new ArrayList(); private List messages = new ArrayList(); public File getFile() { return file; } public void on(){ pl
本文实例讲述了C#实现获取mp3 Tag信息的方法。分享给大家供大家参考,具体如下:
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
namespace Foxer_Player_1._1
{
public struct Mp3Info
{
public string identify; //TAG,三个字节
public string Title