parseCUESHEET example

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                     if (!$this->parsePICTURE()) {
                        return false;
                    }
                    break;

                default:
                    
Home | Imprint | This part of the site doesn't use cookies.