ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
http://flac.sourceforge.net/format.html More...
Public Member Functions | |
getid3_flac (&$fd, &$ThisFileInfo) | |
FLACparseMETAdata (&$fd, &$ThisFileInfo) | |
FLACmetaBlockTypeLookup ($blocktype) | |
FLACapplicationIDLookup ($applicationid) | |
FLACparseSTREAMINFO ($METAdataBlockData, &$ThisFileInfo) | |
FLACparseAPPLICATION ($METAdataBlockData, &$ThisFileInfo) | |
FLACparseSEEKTABLE ($METAdataBlockData, &$ThisFileInfo) | |
FLACparseCUESHEET ($METAdataBlockData, &$ThisFileInfo) | |
Analyze () | |
parseMETAdata () | |
parsePICTURE () | |
Parse METADATA_BLOCK_PICTURE flac structure and extract attachment External usage: audio.ogg. More... | |
![]() | |
__construct (getID3 $getid3, $call_module=null) | |
Analyze () | |
AnalyzeString ($string) | |
setStringMode ($string) | |
saveAttachment ($name, $offset, $length, $image_mime=null) | |
Static Public Member Functions | |
static | metaBlockTypeLookup ($blocktype) |
static | applicationIDLookup ($applicationid) |
static | pictureTypeLookup ($type_id) |
Data Fields | |
const | syncword = 'fLaC' |
Private Member Functions | |
parseSTREAMINFO ($BlockData) | |
parseAPPLICATION ($BlockData) | |
parseSEEKTABLE ($BlockData) | |
parseVORBIS_COMMENT ($BlockData) | |
parseCUESHEET ($BlockData) | |
Additional Inherited Members | |
![]() | |
ftell () | |
fread ($bytes) | |
fseek ($bytes, $whence=SEEK_SET) | |
feof () | |
isDependencyFor ($module) | |
error ($text) | |
warning ($text) | |
notice ($text) | |
![]() | |
$getid3 | |
$data_string_flag = false | |
$data_string = '' | |
$data_string_position = 0 | |
$data_string_length = 0 | |
http://flac.sourceforge.net/format.html
Definition at line 19 of file module.audio.flac.php.
getid3_flac::Analyze | ( | ) |
Definition at line 27 of file module.audio.flac.php.
References $info, getid3_handler\error(), getid3_handler\fread(), getid3_handler\fseek(), parseMETAdata(), and getid3_lib\PrintHexBytes().
|
static |
Definition at line 396 of file module.audio.flac.php.
getid3_flac::FLACapplicationIDLookup | ( | $applicationid | ) |
Definition at line 170 of file module.audio.flac.php.
Referenced by FLACparseAPPLICATION().
getid3_flac::FLACmetaBlockTypeLookup | ( | $blocktype | ) |
Definition at line 157 of file module.audio.flac.php.
Referenced by FLACparseMETAdata().
getid3_flac::FLACparseAPPLICATION | ( | $METAdataBlockData, | |
& | $ThisFileInfo | ||
) |
Definition at line 220 of file module.audio.flac.php.
References getid3_lib\BigEndian2Int(), and FLACapplicationIDLookup().
Referenced by FLACparseMETAdata().
getid3_flac::FLACparseCUESHEET | ( | $METAdataBlockData, | |
& | $ThisFileInfo | ||
) |
Definition at line 258 of file module.audio.flac.php.
References getid3_lib\BigEndian2Int().
Referenced by FLACparseMETAdata().
getid3_flac::FLACparseMETAdata | ( | & | $fd, |
& | $ThisFileInfo | ||
) |
Definition at line 40 of file module.audio.flac.php.
References getid3_lib\BigEndian2Int(), FLACmetaBlockTypeLookup(), FLACparseAPPLICATION(), FLACparseCUESHEET(), FLACparseSEEKTABLE(), FLACparseSTREAMINFO(), getid3_handler\fread(), getid3_handler\fseek(), getid3_handler\ftell(), and getid3_ogg\ParseVorbisCommentsFilepointer().
Referenced by getid3_flac(), and getid3_ogg\getid3_ogg().
getid3_flac::FLACparseSEEKTABLE | ( | $METAdataBlockData, | |
& | $ThisFileInfo | ||
) |
Definition at line 232 of file module.audio.flac.php.
References getid3_lib\BigEndian2Int().
Referenced by FLACparseMETAdata().
getid3_flac::FLACparseSTREAMINFO | ( | $METAdataBlockData, | |
& | $ThisFileInfo | ||
) |
Definition at line 180 of file module.audio.flac.php.
References getid3_lib\BigEndian2Bin(), getid3_lib\BigEndian2Int(), and getid3_lib\Bin2Dec().
Referenced by FLACparseMETAdata().
getid3_flac::getid3_flac | ( | & | $fd, |
& | $ThisFileInfo | ||
) |
Definition at line 22 of file module.audio.flac.php.
References FLACparseMETAdata(), getid3_handler\fread(), and getid3_handler\fseek().
|
static |
Definition at line 383 of file module.audio.flac.php.
|
private |
Definition at line 239 of file module.audio.flac.php.
References $info, and getid3_lib\BigEndian2Int().
Referenced by parseMETAdata().
|
private |
Definition at line 297 of file module.audio.flac.php.
References $info, and getid3_lib\BigEndian2Int().
Referenced by parseMETAdata().
getid3_flac::parseMETAdata | ( | ) |
Definition at line 44 of file module.audio.flac.php.
References $info, getID3\ATTACHMENTS_NONE, getid3_lib\BigEndian2Int(), getid3_handler\error(), getid3_handler\fread(), getid3_handler\ftell(), getid3_handler\isDependencyFor(), parseAPPLICATION(), parseCUESHEET(), parsePICTURE(), parseSEEKTABLE(), parseSTREAMINFO(), parseVORBIS_COMMENT(), and getid3_handler\warning().
Referenced by Analyze().
getid3_flac::parsePICTURE | ( | ) |
Parse METADATA_BLOCK_PICTURE flac structure and extract attachment External usage: audio.ogg.
Definition at line 352 of file module.audio.flac.php.
References $info, getid3_lib\BigEndian2Int(), getid3_handler\fread(), getid3_handler\ftell(), and getid3_handler\saveAttachment().
Referenced by parseMETAdata().
|
private |
Definition at line 249 of file module.audio.flac.php.
References $info, getid3_lib\BigEndian2Int(), and getid3_lib\safe_inc().
Referenced by parseMETAdata().
|
private |
Definition at line 197 of file module.audio.flac.php.
References $info, getid3_lib\BigEndian2Bin(), getid3_lib\BigEndian2Int(), getid3_lib\Bin2Dec(), getid3_handler\error(), getid3_handler\isDependencyFor(), and getid3_handler\warning().
Referenced by parseMETAdata().
|
private |
Definition at line 278 of file module.audio.flac.php.
References $info, and getid3_handler\isDependencyFor().
Referenced by parseMETAdata().
|
static |
Definition at line 426 of file module.audio.flac.php.
const getid3_flac::syncword = 'fLaC' |
Definition at line 25 of file module.audio.flac.php.