|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
getID3() by James Heinrich info@.nosp@m.geti.nosp@m.d3.or.nosp@m.g // More...
Inheritance diagram for getid3_nsv:
Collaboration diagram for getid3_nsv:Public Member Functions | |
| getid3_nsv (&$fd, &$ThisFileInfo) | |
| getNSVsHeaderFilepointer (&$fd, &$ThisFileInfo, $fileoffset) | |
| getNSVfHeaderFilepointer (&$fd, &$ThisFileInfo, $fileoffset, $getTOCoffsets=false) | |
| NSVframerateLookup ($framerateindex) | |
| Analyze () | |
| getNSVsHeaderFilepointer ($fileoffset) | |
| getNSVfHeaderFilepointer ($fileoffset, $getTOCoffsets=false) | |
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) | |
Static Public Member Functions | |
| static | NSVframerateLookup ($framerateindex) |
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@.nosp@m.geti.nosp@m.d3.or.nosp@m.g //
Definition at line 17 of file module.audio-video.nsv.php.
| getid3_nsv::Analyze | ( | ) |
Reimplemented from getid3_handler.
Definition at line 21 of file module.audio-video.nsv.php.
References $info, getid3_handler\fread(), getid3_handler\fseek(), getNSVfHeaderFilepointer(), getNSVsHeaderFilepointer(), and getid3_lib\PrintHexBytes().
Here is the call graph for this function:| getid3_nsv::getid3_nsv | ( | & | $fd, |
| & | $ThisFileInfo | ||
| ) |
Definition at line 20 of file module.audio-video.nsv.php.
References getid3_handler\fread(), getid3_handler\fseek(), getNSVfHeaderFilepointer(), and getNSVsHeaderFilepointer().
Here is the call graph for this function:| getid3_nsv::getNSVfHeaderFilepointer | ( | $fileoffset, | |
$getTOCoffsets = false |
|||
| ) |
Definition at line 135 of file module.audio-video.nsv.php.
References $info, getid3_handler\fread(), getid3_handler\fseek(), and getid3_lib\LittleEndian2Int().
Here is the call graph for this function:| getid3_nsv::getNSVfHeaderFilepointer | ( | & | $fd, |
| & | $ThisFileInfo, | ||
| $fileoffset, | |||
$getTOCoffsets = false |
|||
| ) |
Definition at line 132 of file module.audio-video.nsv.php.
References getid3_handler\fread(), getid3_handler\fseek(), and getid3_lib\LittleEndian2Int().
Referenced by Analyze(), and getid3_nsv().
Here is the call graph for this function:
Here is the caller graph for this function:| getid3_nsv::getNSVsHeaderFilepointer | ( | $fileoffset | ) |
Definition at line 62 of file module.audio-video.nsv.php.
References $info, getid3_handler\fread(), getid3_handler\fseek(), getid3_lib\LittleEndian2Int(), and NSVframerateLookup().
Here is the call graph for this function:| getid3_nsv::getNSVsHeaderFilepointer | ( | & | $fd, |
| & | $ThisFileInfo, | ||
| $fileoffset | |||
| ) |
Definition at line 60 of file module.audio-video.nsv.php.
References getid3_handler\fread(), getid3_handler\fseek(), getid3_lib\LittleEndian2Int(), and NSVframerateLookup().
Referenced by Analyze(), and getid3_nsv().
Here is the call graph for this function:
Here is the caller graph for this function:| getid3_nsv::NSVframerateLookup | ( | $framerateindex | ) |
Definition at line 205 of file module.audio-video.nsv.php.
Referenced by getNSVsHeaderFilepointer().
Here is the caller graph for this function:
|
static |
Definition at line 209 of file module.audio-video.nsv.php.