wp-includes/ID3/module.audio.mp3.php


Lines:

1 to 48 of 48
<?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.mp3.php                                        //
// module for analyzing MP3 files                              //
// dependencies: NONE                                          //
//                                                            ///
/////////////////////////////////////////////////////////////////

if (!defined('GETID3_INCLUDEPATH')) { // prevent path-exposing attacks that access modules directly on public webservers
  exit;
}


/* class getid3_mp3 */
/* function getid3_mp3::Analyze() – */
/* function getid3_mp3::GuessEncoderOptions() – */
/* function getid3_mp3::decodeMPEGaudioHeader() – */
/* function getid3_mp3::RecursiveFrameScanning() – */
/* function getid3_mp3::FreeFormatFrameLength() – */
/* function getid3_mp3::getOnlyMPEGaudioInfoBruteForce() – */
/* function getid3_mp3::getOnlyMPEGaudioInfo() – */
/* function getid3_mp3::MPEGaudioVersionArray() – */
/* function getid3_mp3::MPEGaudioLayerArray() – */
/* function getid3_mp3::MPEGaudioBitrateArray() – */
/* function getid3_mp3::MPEGaudioFrequencyArray() – */
/* function getid3_mp3::MPEGaudioChannelModeArray() – */
/* function getid3_mp3::MPEGaudioModeExtensionArray() – */
/* function getid3_mp3::MPEGaudioEmphasisArray() – */
/* function getid3_mp3::MPEGaudioHeaderBytesValid() – */
/* function getid3_mp3::MPEGaudioHeaderValid() – */
/* function getid3_mp3::MPEGaudioHeaderDecode() – */
/* function getid3_mp3::MPEGaudioFrameLength() – */
/* function getid3_mp3::ClosestStandardMP3Bitrate() – */
/* function getid3_mp3::XingVBRidOffset() – */
/* function getid3_mp3::LAMEvbrMethodLookup() – */
/* function getid3_mp3::LAMEmiscStereoModeLookup() – */
/* function getid3_mp3::LAMEmiscSourceSampleFrequencyLookup() – */
/* function getid3_mp3::LAMEsurroundInfoLookup() – */
/* function getid3_mp3::LAMEpresetUsedLookup() – */
 

 View on GitHub View on Trac

Called by

    Invoked by

      Calls

      Call hooks

      API Letters: ,,,