Content type, which ID3v1 was stored as a one byte numeric value * only, is now a string. You may use one or several of the ID3v1 types as * numerical strings, or, since the category list would be impossible to * maintain with accurate and up to date categories, define your own. * * You may also use any of the following keywords: * *
 *  RX  Remix
 *  CR  Cover
 * 
* * @package php-reader * @subpackage ID3 * @author Sven Vollbehr * @copyright Copyright (c) 2008 The PHP Reader Project Workgroup * @license http://code.google.com/p/php-reader/wiki/License New BSD License * @version $Rev: 65 $ */ final class ID3_Frame_TCON extends ID3_Frame_AbstractText {}