|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
GetId3() by James Heinrich info@.nosp@m.geti.nosp@m.d3.or.nosp@m.g //. More...
Inheritance diagram for GetId3\Module\Audio\Au:
Collaboration diagram for GetId3\Module\Audio\Au:Public Member Functions | |
| analyze () | |
| AUdataFormatNameLookup ($id) | |
| @staticvar array $AUdataFormatNameLookup More... | |
| AUdataFormatBitsPerSampleLookup ($id) | |
| @staticvar array $AUdataFormatBitsPerSampleLookup More... | |
| AUdataFormatUsedBitsPerSampleLookup ($id) | |
| @staticvar array $AUdataFormatUsedBitsPerSampleLookup More... | |
Public Member Functions inherited from GetId3\Handler\BaseHandler | |
| __construct (GetId3Core $getid3, $call_module=null) | |
| analyze () | |
| Analyze from file pointer. More... | |
| AnalyzeString (&$string) | |
| Analyze from string instead. More... | |
| saveAttachment (&$ThisFileInfoIndex, $filename, $offset, $length) | |
Additional Inherited Members | |
Protected Member Functions inherited from GetId3\Handler\BaseHandler | |
| ftell () | |
| fread ($bytes) | |
| fseek ($bytes, $whence=SEEK_SET) | |
| feof () | |
| isDependencyFor ($module) | |
| error ($text) | |
| warning ($text) | |
Protected Attributes inherited from GetId3\Handler\BaseHandler | |
| $getid3 | |
| $data_string_flag = false | |
| $data_string = '' | |
| $data_string_position = 0 | |
| $data_string_length = 0 | |
GetId3() by James Heinrich info@.nosp@m.geti.nosp@m.d3.or.nosp@m.g //.
module for analyzing AU files
| GetId3\Module\Audio\Au::analyze | ( | ) |
Reimplemented from GetId3\Handler\BaseHandler.
Definition at line 36 of file Au.php.
References $info, GetId3\Module\Audio\Au\AUdataFormatBitsPerSampleLookup(), GetId3\Module\Audio\Au\AUdataFormatNameLookup(), GetId3\Module\Audio\Au\AUdataFormatUsedBitsPerSampleLookup(), GetId3\Lib\Helper\BigEndian2Int(), GetId3\Handler\BaseHandler\fread(), GetId3\Handler\BaseHandler\fseek(), and GetId3\Lib\Helper\PrintHexBytes().
Here is the call graph for this function:| GetId3\Module\Audio\Au::AUdataFormatBitsPerSampleLookup | ( | $id | ) |
@staticvar array $AUdataFormatBitsPerSampleLookup
| type | $id |
Definition at line 138 of file Au.php.
Referenced by GetId3\Module\Audio\Au\analyze().
Here is the caller graph for this function:| GetId3\Module\Audio\Au::AUdataFormatNameLookup | ( | $id | ) |
@staticvar array $AUdataFormatNameLookup
| type | $id |
Definition at line 96 of file Au.php.
Referenced by GetId3\Module\Audio\Au\analyze().
Here is the caller graph for this function:| GetId3\Module\Audio\Au::AUdataFormatUsedBitsPerSampleLookup | ( | $id | ) |
@staticvar array $AUdataFormatUsedBitsPerSampleLookup
| type | $id |
Definition at line 174 of file Au.php.
Referenced by GetId3\Module\Audio\Au\analyze().
Here is the caller graph for this function: