/** * Writes the frame raw data without the header. * * @param HausDesign_Io_Writer $writer The writer object. * @return void */ protected function _writeData($writer) { $this->setText($this->_country . $this->_registrant . $this->_year . $this->_uniqueNumber, HausDesign_Media_Id3_Encoding::ISO88591); parent::_writeData($writer); }
/** * Writes the frame raw data without the header. * * @param HausDesign_Io_Writer $writer The writer object. * @return void */ protected function _writeData($writer) { $this->setEncoding(HausDesign_Media_Id3_Encoding::ISO88591); parent::_writeData($writer); }