|
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\Optimfrog:
Collaboration diagram for GetId3\Module\Audio\Optimfrog:Public Member Functions | |
| analyze () | |
| ParseOptimFROGheader42 () | |
| ParseOptimFROGheader45 () | |
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) | |
Static Public Member Functions | |
| static | OptimFROGsampleTypeLookup ($SampleType) |
| @staticvar array $OptimFROGsampleTypeLookup More... | |
| static | OptimFROGbitsPerSampleTypeLookup ($SampleType) |
| @staticvar array $OptimFROGbitsPerSampleTypeLookup More... | |
| static | OptimFROGchannelConfigurationLookup ($ChannelConfiguration) |
| @staticvar array $OptimFROGchannelConfigurationLookup More... | |
| static | OptimFROGchannelConfigNumChannelsLookup ($ChannelConfiguration) |
| @staticvar array $OptimFROGchannelConfigNumChannelsLookup More... | |
| static | OptimFROGencoderNameLookup ($EncoderID) |
| @staticvar array $OptimFROGencoderSystemLookup More... | |
| static | OptimFROGcompressionLookup ($CompressionID) |
| @staticvar array $OptimFROGencoderModeLookup More... | |
| static | OptimFROGspeedupLookup ($CompressionID) |
| @staticvar array $OptimFROGencoderSpeedupLookup More... | |
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 OptimFROG audio files
@uses module.audio.riff.php
Definition at line 32 of file Optimfrog.php.
| GetId3\Module\Audio\Optimfrog::analyze | ( | ) |
Reimplemented from GetId3\Handler\BaseHandler.
Definition at line 39 of file Optimfrog.php.
References $info, GetId3\Handler\BaseHandler\fread(), GetId3\Handler\BaseHandler\fseek(), GetId3\Module\Audio\Optimfrog\ParseOptimFROGheader42(), GetId3\Module\Audio\Optimfrog\ParseOptimFROGheader45(), and GetId3\Lib\Helper\PrintHexBytes().
Here is the call graph for this function:
|
static |
@staticvar array $OptimFROGbitsPerSampleTypeLookup
| type | $SampleType |
Definition at line 372 of file Optimfrog.php.
Referenced by GetId3\Module\Audio\Optimfrog\ParseOptimFROGheader45().
Here is the caller graph for this function:
|
static |
@staticvar array $OptimFROGchannelConfigNumChannelsLookup
| type | $ChannelConfiguration |
Definition at line 413 of file Optimfrog.php.
Referenced by GetId3\Module\Audio\Optimfrog\ParseOptimFROGheader45().
Here is the caller graph for this function:
|
static |
@staticvar array $OptimFROGchannelConfigurationLookup
| type | $ChannelConfiguration |
Definition at line 397 of file Optimfrog.php.
Referenced by GetId3\Module\Audio\Optimfrog\ParseOptimFROGheader45().
Here is the caller graph for this function:
|
static |
@staticvar array $OptimFROGencoderModeLookup
| type | $CompressionID |
Definition at line 457 of file Optimfrog.php.
Referenced by GetId3\Module\Audio\Optimfrog\ParseOptimFROGheader45().
Here is the caller graph for this function:
|
static |
@staticvar array $OptimFROGencoderSystemLookup
| type | $EncoderID |
Definition at line 434 of file Optimfrog.php.
Referenced by GetId3\Module\Audio\Optimfrog\ParseOptimFROGheader45().
Here is the caller graph for this function:
|
static |
@staticvar array $OptimFROGsampleTypeLookup
| type | $SampleType |
Definition at line 347 of file Optimfrog.php.
Referenced by GetId3\Module\Audio\Optimfrog\ParseOptimFROGheader45().
Here is the caller graph for this function:
|
static |
@staticvar array $OptimFROGencoderSpeedupLookup
| type | $CompressionID |
Definition at line 487 of file Optimfrog.php.
Referenced by GetId3\Module\Audio\Optimfrog\ParseOptimFROGheader45().
Here is the caller graph for this function:| GetId3\Module\Audio\Optimfrog::ParseOptimFROGheader42 | ( | ) |
Definition at line 68 of file Optimfrog.php.
References $info, GetId3\Handler\BaseHandler\fread(), GetId3\Handler\BaseHandler\fseek(), and GetId3\Lib\Helper\LittleEndian2Int().
Referenced by GetId3\Module\Audio\Optimfrog\analyze().
Here is the call graph for this function:
Here is the caller graph for this function:| GetId3\Module\Audio\Optimfrog::ParseOptimFROGheader45 | ( | ) |
Definition at line 119 of file Optimfrog.php.
References $info, GetId3\Handler\BaseHandler\feof(), GetId3\Lib\Helper\fileextension(), GetId3\Handler\BaseHandler\fread(), GetId3\Handler\BaseHandler\fseek(), GetId3\Handler\BaseHandler\ftell(), GetId3\Lib\Helper\LittleEndian2Int(), GetId3\Module\Audio\Optimfrog\OptimFROGbitsPerSampleTypeLookup(), GetId3\Module\Audio\Optimfrog\OptimFROGchannelConfigNumChannelsLookup(), GetId3\Module\Audio\Optimfrog\OptimFROGchannelConfigurationLookup(), GetId3\Module\Audio\Optimfrog\OptimFROGcompressionLookup(), GetId3\Module\Audio\Optimfrog\OptimFROGencoderNameLookup(), GetId3\Module\Audio\Optimfrog\OptimFROGsampleTypeLookup(), GetId3\Module\Audio\Optimfrog\OptimFROGspeedupLookup(), and GetId3\Lib\Helper\PrintHexBytes().
Referenced by GetId3\Module\Audio\Optimfrog\analyze().
Here is the call graph for this function:
Here is the caller graph for this function: