コード例 #1
0
ファイル: APIC.class.php プロジェクト: tlxyz/online-disk
 /**
  * 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");
 }