| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
getID3() by James Heinrich info@getid3.org // More...
 Collaboration diagram for getid3_ac3:
 Collaboration diagram for getid3_ac3:| Public Member Functions | |
| getid3_ac3 (&$fd, &$ThisFileInfo) | |
| AC3sampleRateCodeLookup ($fscod) | |
| AC3serviceTypeLookup ($bsmod, $acmod) | |
| AC3audioCodingModeLookup ($acmod) | |
| AC3centerMixLevelLookup ($cmixlev) | |
| AC3surroundMixLevelLookup ($surmixlev) | |
| AC3dolbySurroundModeLookup ($dsurmod) | |
| AC3channelsEnabledLookup ($acmod, $lfeon) | |
| AC3heavyCompression ($compre) | |
| AC3roomTypeLookup ($roomtyp) | |
| AC3frameSizeLookup ($frmsizecod, $fscod) | |
| AC3bitrateLookup ($frmsizecod) | |
getID3() by James Heinrich info@getid3.org //
Definition at line 17 of file module.audio.ac3.php.
| getid3_ac3::AC3audioCodingModeLookup | ( | $acmod | ) | 
Definition at line 293 of file module.audio.ac3.php.
Referenced by getid3_ac3().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_ac3::AC3bitrateLookup | ( | $frmsizecod | ) | 
Definition at line 467 of file module.audio.ac3.php.
Referenced by getid3_ac3().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_ac3::AC3centerMixLevelLookup | ( | $cmixlev | ) | 
Definition at line 311 of file module.audio.ac3.php.
Referenced by getid3_ac3().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_ac3::AC3channelsEnabledLookup | ( | $acmod, | |
| $lfeon | |||
| ) | 
Definition at line 347 of file module.audio.ac3.php.
Referenced by getid3_ac3().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_ac3::AC3dolbySurroundModeLookup | ( | $dsurmod | ) | 
Definition at line 337 of file module.audio.ac3.php.
Referenced by getid3_ac3().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_ac3::AC3frameSizeLookup | ( | $frmsizecod, | |
| $fscod | |||
| ) | 
Definition at line 432 of file module.audio.ac3.php.
Referenced by getid3_ac3().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_ac3::AC3heavyCompression | ( | $compre | ) | 
Definition at line 372 of file module.audio.ac3.php.
References getid3_lib\RGADamplitude2dB().
Referenced by getid3_ac3().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_ac3::AC3roomTypeLookup | ( | $roomtyp | ) | 
Definition at line 422 of file module.audio.ac3.php.
Referenced by getid3_ac3().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_ac3::AC3sampleRateCodeLookup | ( | $fscod | ) | 
Definition at line 262 of file module.audio.ac3.php.
Referenced by getid3_ac3().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_ac3::AC3serviceTypeLookup | ( | $bsmod, | |
| $acmod | |||
| ) | 
Definition at line 272 of file module.audio.ac3.php.
Referenced by getid3_ac3().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_ac3::AC3surroundMixLevelLookup | ( | $surmixlev | ) | 
Definition at line 324 of file module.audio.ac3.php.
Referenced by getid3_ac3().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_ac3::getid3_ac3 | ( | & | $fd, | 
| & | $ThisFileInfo | ||
| ) | 
AH
Definition at line 20 of file module.audio.ac3.php.
References AC3audioCodingModeLookup(), AC3bitrateLookup(), AC3centerMixLevelLookup(), AC3channelsEnabledLookup(), AC3dolbySurroundModeLookup(), AC3frameSizeLookup(), AC3heavyCompression(), AC3roomTypeLookup(), AC3sampleRateCodeLookup(), AC3serviceTypeLookup(), AC3surroundMixLevelLookup(), getid3_lib\BigEndian2Bin(), and getid3_lib\LittleEndian2Int().
 Here is the call graph for this function:
 Here is the call graph for this function: