ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
getID3() by James Heinrich info@ // geti d3.or gMore...
Public Member Functions | |
Analyze () | |
ParseMPCsv8 () | |
ParseMPCsv7 () | |
ParseMPCsv6 () | |
MPCprofileNameLookup ($profileid) | |
MPCfrequencyLookup ($frequencyid) | |
MPCpeakDBLookup ($intvalue) | |
MPCencoderVersionLookup ($encoderversion) | |
SV8variableLengthInteger ($data, &$packetLength, $maxHandledPacketLength=9) | |
MPCsv8PacketName ($packetKey) | |
Public Member Functions inherited from getid3_handler | |
__construct (getID3 $getid3, $call_module=null) | |
Analyze () | |
AnalyzeString ($string) | |
setStringMode ($string) | |
saveAttachment ($name, $offset, $length, $image_mime=null) | |
Additional Inherited Members | |
Protected Member Functions inherited from getid3_handler | |
ftell () | |
fread ($bytes) | |
fseek ($bytes, $whence=SEEK_SET) | |
feof () | |
isDependencyFor ($module) | |
error ($text) | |
warning ($text) | |
notice ($text) | |
Protected Attributes inherited from getid3_handler | |
$getid3 | |
$data_string_flag = false | |
$data_string = '' | |
$data_string_position = 0 | |
$data_string_length = 0 | |
getID3() by James Heinrich info@ // geti d3.or g
Definition at line 18 of file module.audio.mpc.php.
getid3_mpc::Analyze | ( | ) |
Definition at line 21 of file module.audio.mpc.php.
References $info, array, getid3_handler\error(), getid3_handler\fread(), getid3_handler\fseek(), ParseMPCsv6(), ParseMPCsv7(), ParseMPCsv8(), and getid3_lib\PrintHexBytes().
getid3_mpc::MPCencoderVersionLookup | ( | $encoderversion | ) |
Definition at line 440 of file module.audio.mpc.php.
Referenced by ParseMPCsv7().
getid3_mpc::MPCfrequencyLookup | ( | $frequencyid | ) |
Definition at line 423 of file module.audio.mpc.php.
References array.
Referenced by ParseMPCsv7(), and ParseMPCsv8().
getid3_mpc::MPCpeakDBLookup | ( | $intvalue | ) |
Definition at line 433 of file module.audio.mpc.php.
Referenced by ParseMPCsv7().
getid3_mpc::MPCprofileNameLookup | ( | $profileid | ) |
Definition at line 401 of file module.audio.mpc.php.
References array.
Referenced by ParseMPCsv7().
getid3_mpc::MPCsv8PacketName | ( | $packetKey | ) |
Definition at line 491 of file module.audio.mpc.php.
References array.
Referenced by ParseMPCsv8().
getid3_mpc::ParseMPCsv6 | ( | ) |
Definition at line 325 of file module.audio.mpc.php.
References $info, getid3_handler\fread(), getid3_handler\fseek(), getid3_lib\LittleEndian2Int(), and getid3_handler\warning().
Referenced by Analyze().
getid3_mpc::ParseMPCsv7 | ( | ) |
Definition at line 211 of file module.audio.mpc.php.
References $info, getid3_lib\CastAsInt(), getid3_handler\error(), getid3_handler\fread(), getid3_lib\LittleEndian2Int(), MPCencoderVersionLookup(), MPCfrequencyLookup(), MPCpeakDBLookup(), and MPCprofileNameLookup().
Referenced by Analyze().
getid3_mpc::ParseMPCsv8 | ( | ) |
Definition at line 63 of file module.audio.mpc.php.
References $info, array, getid3_lib\BigEndian2Int(), getid3_handler\error(), getid3_handler\fread(), getid3_handler\fseek(), getid3_handler\ftell(), MPCfrequencyLookup(), MPCsv8PacketName(), and SV8variableLengthInteger().
Referenced by Analyze().
getid3_mpc::SV8variableLengthInteger | ( | $data, | |
& | $packetLength, | ||
$maxHandledPacketLength = 9 |
|||
) |
Definition at line 467 of file module.audio.mpc.php.
References $data.
Referenced by ParseMPCsv8().