|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for AMFStream: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.
References $bytes.
| AMFStream::peekByte | ( | ) |
Definition at line 430 of file module.audio-video.flv.php.
References $pos, and readByte().
Here is the call graph for this function:| AMFStream::peekDouble | ( | ) |
Definition at line 451 of file module.audio-video.flv.php.
References $pos, and readDouble().
Here is the call graph for this function:| AMFStream::peekInt | ( | ) |
| AMFStream::peekLong | ( | ) |
Definition at line 444 of file module.audio-video.flv.php.
References $pos, and readLong().
Here is the call graph for this function:| AMFStream::peekLongUTF | ( | ) |
Definition at line 465 of file module.audio-video.flv.php.
References $pos, and readLongUTF().
Here is the call graph for this function:| AMFStream::peekUTF | ( | ) |
| AMFStream::read | ( | $length | ) |
Definition at line 424 of file module.audio-video.flv.php.
Referenced by readDouble(), readLongUTF(), and readUTF().
Here is the caller graph for this function:| AMFStream::readByte | ( | ) |
Definition at line 398 of file module.audio-video.flv.php.
References getid3_lib\BigEndian2Int().
Referenced by peekByte(), readInt(), and readLong().
Here is the call graph for this function:
Here is the caller graph for this function:| AMFStream::readDouble | ( | ) |
Definition at line 410 of file module.audio-video.flv.php.
References getid3_lib\BigEndian2Float(), and read().
Referenced by peekDouble().
Here is the call graph for this function:
Here is the caller graph for this function:| AMFStream::readInt | ( | ) |
Definition at line 402 of file module.audio-video.flv.php.
References readByte().
Referenced by peekInt(), and readUTF().
Here is the call graph for this function:
Here is the caller graph for this function:| AMFStream::readLong | ( | ) |
Definition at line 406 of file module.audio-video.flv.php.
References readByte().
Referenced by peekLong(), and readLongUTF().
Here is the call graph for this function:
Here is the caller graph for this function:| AMFStream::readLongUTF | ( | ) |
Definition at line 419 of file module.audio-video.flv.php.
References read(), and readLong().
Referenced by peekLongUTF().
Here is the call graph for this function:
Here is the caller graph for this function:| AMFStream::readUTF | ( | ) |
| AMFStream::$bytes |
Definition at line 390 of file module.audio-video.flv.php.
Referenced by __construct().
| AMFStream::$pos |
Definition at line 391 of file module.audio-video.flv.php.
Referenced by peekByte(), peekDouble(), peekInt(), peekLong(), peekLongUTF(), and peekUTF().