wp-includes/ID3/module.audio.ac3.php
Lines:
1 to 37 of 37
<?php ///////////////////////////////////////////////////////////////// /// getID3() by James Heinrich <info@getid3.org> // // available at https://github.com/JamesHeinrich/getID3 // // or https://www.getid3.org // // or http://getid3.sourceforge.net // // see readme.txt for more details // ///////////////////////////////////////////////////////////////// // // // module.audio.ac3.php // // module for analyzing AC-3 (aka Dolby Digital) audio files // // dependencies: NONE // // /// ///////////////////////////////////////////////////////////////// if (!defined('GETID3_INCLUDEPATH')) { // prevent path-exposing attacks that access modules directly on public webservers exit; } /* class getid3_ac3 */ /* function getid3_ac3::Analyze() – */ /* function getid3_ac3::readHeaderBSI() – */ /* function getid3_ac3::sampleRateCodeLookup() – */ /* function getid3_ac3::sampleRateCodeLookup2() – */ /* function getid3_ac3::serviceTypeLookup() – */ /* function getid3_ac3::audioCodingModeLookup() – */ /* function getid3_ac3::centerMixLevelLookup() – */ /* function getid3_ac3::surroundMixLevelLookup() – */ /* function getid3_ac3::dolbySurroundModeLookup() – */ /* function getid3_ac3::channelsEnabledLookup() – */ /* function getid3_ac3::heavyCompression() – */ /* function getid3_ac3::roomTypeLookup() – */ /* function getid3_ac3::frameSizeLookup() – */ /* function getid3_ac3::bitrateLookup() – */ /* function getid3_ac3::blocksPerSyncFrame() – */