Exemplo n.º 1
0
 /**
  * Calls on the parent class and the getFrame method with
  * an APIC frame to get the raw image data.
  *
  * @param $file_name		An mp3 file
  */
 public function __construct($file_name)
 {
     parent::__construct($file_name);
     $this->data = parent::getFrame("APIC");
 }