ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
GetId3() by James Heinrich info@ //. geti d3.or gMore...
Public Member Functions | |
analyze () | |
parseMETAdata () | |
parsePICTURE ($Block='') | |
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 | metaBlockTypeLookup ($blocktype) |
array $metaBlockTypeLookup More... | |
static | applicationIDLookup ($applicationid) |
array $applicationIDLookup More... | |
static | pictureTypeLookup ($type_id) |
array $lookup More... | |
Private Member Functions | |
parseSTREAMINFO ($BlockData) | |
parseAPPLICATION ($BlockData) | |
parseSEEKTABLE ($BlockData) | |
parseVORBIS_COMMENT ($BlockData) | |
parseCUESHEET ($BlockData) | |
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@ //. geti d3.or g
module for analyzing FLAC and OggFLAC audio files
GetId3\Module\Audio\Flac::analyze | ( | ) |
Definition at line 37 of file Flac.php.
References $info, GetId3\Handler\BaseHandler\error(), GetId3\Handler\BaseHandler\fread(), GetId3\Handler\BaseHandler\fseek(), GetId3\Module\Audio\Flac\parseMETAdata(), and GetId3\Lib\Helper\PrintHexBytes().
|
static |
|
static |
|
private |
type | $BlockData |
Definition at line 255 of file Flac.php.
References $info, and GetId3\Lib\Helper\BigEndian2Int().
Referenced by GetId3\Module\Audio\Flac\parseMETAdata().
|
private |
type | $BlockData |
Definition at line 332 of file Flac.php.
References $info, and GetId3\Lib\Helper\BigEndian2Int().
Referenced by GetId3\Module\Audio\Flac\parseMETAdata().
GetId3\Module\Audio\Flac::parseMETAdata | ( | ) |
Definition at line 61 of file Flac.php.
References $info, array, GetId3\GetId3Core\ATTACHMENTS_INLINE, GetId3\Lib\Helper\BigEndian2Int(), GetId3\Handler\BaseHandler\error(), GetId3\Handler\BaseHandler\fread(), GetId3\Handler\BaseHandler\ftell(), GetId3\Handler\BaseHandler\isDependencyFor(), GetId3\Module\Audio\Flac\parseAPPLICATION(), GetId3\Module\Audio\Flac\parseCUESHEET(), GetId3\Module\Audio\Flac\parsePICTURE(), GetId3\Module\Audio\Flac\parseSEEKTABLE(), GetId3\Module\Audio\Flac\parseSTREAMINFO(), GetId3\Module\Audio\Flac\parseVORBIS_COMMENT(), and GetId3\Handler\BaseHandler\warning().
Referenced by GetId3\Module\Audio\Flac\analyze().
GetId3\Module\Audio\Flac::parsePICTURE | ( | $Block = '' | ) |
type | $Block |
Definition at line 389 of file Flac.php.
References $info, GetId3\Lib\Helper\BigEndian2Int(), GetId3\Handler\BaseHandler\fread(), GetId3\Handler\BaseHandler\ftell(), and GetId3\Handler\BaseHandler\saveAttachment().
Referenced by GetId3\Module\Audio\Flac\parseMETAdata().
|
private |
type | $BlockData |
Definition at line 271 of file Flac.php.
References $info, GetId3\Lib\Helper\BigEndian2Int(), and GetId3\Lib\Helper\safe_inc().
Referenced by GetId3\Module\Audio\Flac\parseMETAdata().
|
private |
type | $BlockData |
Definition at line 208 of file Flac.php.
References $info, array, GetId3\Lib\Helper\BigEndian2Bin(), GetId3\Lib\Helper\BigEndian2Int(), GetId3\Lib\Helper\Bin2Dec(), GetId3\Handler\BaseHandler\error(), GetId3\Handler\BaseHandler\isDependencyFor(), and GetId3\Handler\BaseHandler\warning().
Referenced by GetId3\Module\Audio\Flac\parseMETAdata().
|
private |
type | $BlockData |
Definition at line 306 of file Flac.php.
References GetId3\Handler\BaseHandler\$data_string, $info, and GetId3\Handler\BaseHandler\isDependencyFor().
Referenced by GetId3\Module\Audio\Flac\parseMETAdata().
|
static |