wp-includes/ID3/module.audio-video.riff.php


Lines:

1 to 43 of 43
<?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-video.riff.php                                 //
// module for analyzing RIFF files                             //
// multiple formats supported by this module:                  //
//    Wave, AVI, AIFF/AIFC, (MP3,AC3)/RIFF, Wavpack v3, 8SVX   //
// dependencies: module.audio.mp3.php                          //
//               module.audio.ac3.php                          //
//               module.audio.dts.php                          //
//                                                            ///
/////////////////////////////////////////////////////////////////


if (!defined('GETID3_INCLUDEPATH')) { // prevent path-exposing attacks that access modules directly on public webservers
  exit;
}
getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.audio.mp3.php', __FILE__, true);
getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.audio.ac3.php', __FILE__, true);
getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.audio.dts.php', __FILE__, true);

/* class getid3_riff */
/* function getid3_riff::Analyze() – */
/* function getid3_riff::ParseRIFFAMV() – */
/* function getid3_riff::ParseRIFF() – */
/* function getid3_riff::ParseRIFFdata() – */
/* function getid3_riff::parseComments() – */
/* function getid3_riff::parseWAVEFORMATex() – */
/* function getid3_riff::parseWavPackHeader() – */
/* function getid3_riff::ParseBITMAPINFOHEADER() – */
/* function getid3_riff::ParseDIVXTAG() – */
/* function getid3_riff::waveSNDMtagLookup() – */
/* function getid3_riff::wFormatTagLookup() – */
/* function getid3_riff::fourccLookup() – */
/* function getid3_riff::EitherEndian2Int() – */
 

 View on GitHub View on Trac

Called by

    Invoked by

      Calls

      Call hooks

      API Letters: ,,,