Exemplo n.º 1
0
 public void ReadMPEG(string file)
 {
     // read id3 stuff
     mpeg = new MPEG(file);
     mpeg.Read();
 }
Exemplo n.º 2
0
 public void ReadMPEG(string file)
 {
     // read id3 stuff
     mpeg = new MPEG(file);
     mpeg.Read();
 }