ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (&$bytes) | |
readByte () | |
readInt () | |
readLong () | |
readDouble () | |
readUTF () | |
readLongUTF () | |
read ($length) | |
peekByte () | |
peekInt () | |
peekLong () | |
peekDouble () | |
peekUTF () | |
peekLongUTF () | |
Data Fields | |
$bytes | |
$pos | |
Definition at line 389 of file module.audio-video.flv.php.
AMFStream::__construct | ( | & | $bytes | ) |
Definition at line 393 of file module.audio-video.flv.php.
AMFStream::peekByte | ( | ) |
Definition at line 430 of file module.audio-video.flv.php.
AMFStream::peekDouble | ( | ) |
Definition at line 451 of file module.audio-video.flv.php.
AMFStream::peekInt | ( | ) |
Definition at line 437 of file module.audio-video.flv.php.
AMFStream::peekLong | ( | ) |
Definition at line 444 of file module.audio-video.flv.php.
AMFStream::peekLongUTF | ( | ) |
Definition at line 465 of file module.audio-video.flv.php.
AMFStream::peekUTF | ( | ) |
Definition at line 458 of file module.audio-video.flv.php.
AMFStream::read | ( | $length | ) |
Definition at line 424 of file module.audio-video.flv.php.
AMFStream::readByte | ( | ) |
Definition at line 398 of file module.audio-video.flv.php.
References getid3_lib\BigEndian2Int().
AMFStream::readDouble | ( | ) |
Definition at line 410 of file module.audio-video.flv.php.
References getid3_lib\BigEndian2Float().
AMFStream::readInt | ( | ) |
Definition at line 402 of file module.audio-video.flv.php.
AMFStream::readLong | ( | ) |
AMFStream::readLongUTF | ( | ) |
Definition at line 419 of file module.audio-video.flv.php.
AMFStream::readUTF | ( | ) |
Definition at line 414 of file module.audio-video.flv.php.
AMFStream::$bytes |
Definition at line 390 of file module.audio-video.flv.php.
AMFStream::$pos |
Definition at line 391 of file module.audio-video.flv.php.