parseSEEKTABLE example

case 'PADDING':        // 0x01                     unset($info['flac']['PADDING']); // ignore                     break;

                case 'APPLICATION':    // 0x02                     if (!$this->parseAPPLICATION($BlockTypeText_raw['block_data'])) {
                        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
Home | Imprint | This part of the site doesn't use cookies.