parseAPPLICATION example

case 'STREAMINFO':     // 0x00                     if (!$this->parseSTREAMINFO($BlockTypeText_raw['block_data'])) {
                        return false;
                    }
                    break;

                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
Home | Imprint | This part of the site doesn't use cookies.