parseVORBIS_COMMENT example

return false;
                    }
                    break;

                case 'SEEKTABLE':      // 0x03                     if (!$this->parseSEEKTABLE($BlockTypeText_raw['block_data'])) {
                        return false;
                    }
                    break;

                case 'VORBIS_COMMENT': // 0x04                     if (!$this->parseVORBIS_COMMENT($BlockTypeText_raw['block_data'])) {
                        return false;
                    }
                    break;

                case 'CUESHEET':       // 0x05                     if (!$this->parseCUESHEET($BlockTypeText_raw['block_data'])) {
                        return false;
                    }
                    break;

                case 'PICTURE':        // 0x06
Home | Imprint | This part of the site doesn't use cookies.