ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Public Member Functions | |
getid3_flv (&$fd, &$ThisFileInfo, $ReturnAllTagData=false) | |
FLVaudioFormat ($id) | |
FLVaudioRate ($id) | |
FLVaudioBitDepth ($id) | |
FLVvideoCodec ($id) | |
Analyze () | |
![]() | |
__construct (getID3 $getid3, $call_module=null) | |
Analyze () | |
AnalyzeString ($string) | |
setStringMode ($string) | |
saveAttachment ($name, $offset, $length, $image_mime=null) | |
Static Public Member Functions | |
static | audioFormatLookup ($id) |
static | audioRateLookup ($id) |
static | audioBitDepthLookup ($id) |
static | videoCodecLookup ($id) |
Data Fields | |
const | magic = 'FLV' |
$max_frames = 100000 | |
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 | |
Definition at line 38 of file module.audio-video.flv.php.
getid3_flv::Analyze | ( | ) |
Reimplemented from getid3_handler.
Definition at line 82 of file module.audio-video.flv.php.
References $info, $reader, audioBitDepthLookup(), audioFormatLookup(), audioRateLookup(), getid3_lib\BigEndian2Int(), getid3_lib\CastAsInt(), getid3_handler\fread(), getid3_handler\fseek(), getid3_handler\ftell(), GETID3_FLV_TAG_AUDIO, GETID3_FLV_TAG_META, GETID3_FLV_TAG_VIDEO, GETID3_FLV_VIDEO_H263, GETID3_FLV_VIDEO_H264, GETID3_FLV_VIDEO_VP6FLV_ALPHA, H264_AVC_SEQUENCE_HEADER, getid3_lib\LittleEndian2Int(), getid3_lib\PrintHexBytes(), and videoCodecLookup().
|
static |
Definition at line 368 of file module.audio-video.flv.php.
Referenced by Analyze().
|
static |
Definition at line 336 of file module.audio-video.flv.php.
Referenced by Analyze().
|
static |
Definition at line 358 of file module.audio-video.flv.php.
Referenced by Analyze().
getid3_flv::FLVaudioBitDepth | ( | $id | ) |
Definition at line 230 of file module.audio-video.flv.php.
Referenced by getid3_flv().
getid3_flv::FLVaudioFormat | ( | $id | ) |
Definition at line 209 of file module.audio-video.flv.php.
Referenced by getid3_flv().
getid3_flv::FLVaudioRate | ( | $id | ) |
Definition at line 220 of file module.audio-video.flv.php.
Referenced by getid3_flv().
getid3_flv::FLVvideoCodec | ( | $id | ) |
Definition at line 238 of file module.audio-video.flv.php.
References GETID3_FLV_VIDEO_H263, GETID3_FLV_VIDEO_SCREEN, and GETID3_FLV_VIDEO_VP6.
Referenced by getid3_flv().
getid3_flv::getid3_flv | ( | & | $fd, |
& | $ThisFileInfo, | ||
$ReturnAllTagData = false |
|||
) |
Definition at line 41 of file module.audio-video.flv.php.
References $reader, getid3_lib\BigEndian2Int(), FLVaudioBitDepth(), FLVaudioFormat(), FLVaudioRate(), FLVvideoCodec(), getid3_handler\fread(), getid3_handler\fseek(), getid3_handler\ftell(), GETID3_FLV_TAG_AUDIO, GETID3_FLV_TAG_META, GETID3_FLV_TAG_VIDEO, and GETID3_FLV_VIDEO_VP6.
|
static |
Definition at line 376 of file module.audio-video.flv.php.
References GETID3_FLV_VIDEO_H263, GETID3_FLV_VIDEO_H264, GETID3_FLV_VIDEO_SCREEN, GETID3_FLV_VIDEO_SCREENV2, GETID3_FLV_VIDEO_VP6FLV, and GETID3_FLV_VIDEO_VP6FLV_ALPHA.
Referenced by Analyze().
getid3_flv::$max_frames = 100000 |
Definition at line 80 of file module.audio-video.flv.php.
const getid3_flv::magic = 'FLV' |
Definition at line 78 of file module.audio-video.flv.php.