|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
GetId3() by James Heinrich info@.nosp@m.geti.nosp@m.d3.or.nosp@m.g //. More...
Collaboration diagram for GetId3\Module\AudioVideo\AMFStream:Public Member Functions | |
| __construct (&$bytes) | |
| readByte () | |
| readInt () | |
| readLong () | |
| readDouble () | |
| readUTF () | |
| readLongUTF () | |
| read ($length) | |
| peekByte () | |
| peekInt () | |
| peekLong () | |
| peekDouble () | |
| peekUTF () | |
| peekLongUTF () | |
Data Fields | |
| $bytes | |
| $pos | |
GetId3() by James Heinrich info@.nosp@m.geti.nosp@m.d3.or.nosp@m.g //.
Definition at line 29 of file AMFStream.php.
| GetId3\Module\AudioVideo\AMFStream::__construct | ( | & | $bytes | ) |
| type | $bytes |
Definition at line 38 of file AMFStream.php.
References GetId3\Module\AudioVideo\AMFStream\$bytes.
| GetId3\Module\AudioVideo\AMFStream::peekByte | ( | ) |
Definition at line 120 of file AMFStream.php.
References GetId3\Module\AudioVideo\AMFStream\$pos, and GetId3\Module\AudioVideo\AMFStream\readByte().
Here is the call graph for this function:| GetId3\Module\AudioVideo\AMFStream::peekDouble | ( | ) |
Definition at line 159 of file AMFStream.php.
References GetId3\Module\AudioVideo\AMFStream\$pos, and GetId3\Module\AudioVideo\AMFStream\readDouble().
Here is the call graph for this function:| GetId3\Module\AudioVideo\AMFStream::peekInt | ( | ) |
Definition at line 133 of file AMFStream.php.
References GetId3\Module\AudioVideo\AMFStream\$pos, and GetId3\Module\AudioVideo\AMFStream\readInt().
Here is the call graph for this function:| GetId3\Module\AudioVideo\AMFStream::peekLong | ( | ) |
Definition at line 146 of file AMFStream.php.
References GetId3\Module\AudioVideo\AMFStream\$pos, and GetId3\Module\AudioVideo\AMFStream\readLong().
Here is the call graph for this function:| GetId3\Module\AudioVideo\AMFStream::peekLongUTF | ( | ) |
Definition at line 185 of file AMFStream.php.
References GetId3\Module\AudioVideo\AMFStream\$pos, and GetId3\Module\AudioVideo\AMFStream\readLongUTF().
Here is the call graph for this function:| GetId3\Module\AudioVideo\AMFStream::peekUTF | ( | ) |
Definition at line 172 of file AMFStream.php.
References GetId3\Module\AudioVideo\AMFStream\$pos, and GetId3\Module\AudioVideo\AMFStream\readUTF().
Here is the call graph for this function:| GetId3\Module\AudioVideo\AMFStream::read | ( | $length | ) |
| type | $length |
Definition at line 108 of file AMFStream.php.
Referenced by GetId3\Module\AudioVideo\AMFStream\readDouble(), GetId3\Module\AudioVideo\AMFStream\readLongUTF(), and GetId3\Module\AudioVideo\AMFStream\readUTF().
Here is the caller graph for this function:| GetId3\Module\AudioVideo\AMFStream::readByte | ( | ) |
Definition at line 48 of file AMFStream.php.
References GetId3\Lib\Helper\BigEndian2Int().
Referenced by GetId3\Module\AudioVideo\AMFStream\peekByte(), GetId3\Module\AudioVideo\AMFStream\readInt(), and GetId3\Module\AudioVideo\AMFStream\readLong().
Here is the call graph for this function:
Here is the caller graph for this function:| GetId3\Module\AudioVideo\AMFStream::readDouble | ( | ) |
Definition at line 76 of file AMFStream.php.
References GetId3\Lib\Helper\BigEndian2Float(), and GetId3\Module\AudioVideo\AMFStream\read().
Referenced by GetId3\Module\AudioVideo\AMFStream\peekDouble().
Here is the call graph for this function:
Here is the caller graph for this function:| GetId3\Module\AudioVideo\AMFStream::readInt | ( | ) |
Definition at line 58 of file AMFStream.php.
References GetId3\Module\AudioVideo\AMFStream\readByte().
Referenced by GetId3\Module\AudioVideo\AMFStream\peekInt(), and GetId3\Module\AudioVideo\AMFStream\readUTF().
Here is the call graph for this function:
Here is the caller graph for this function:| GetId3\Module\AudioVideo\AMFStream::readLong | ( | ) |
Definition at line 67 of file AMFStream.php.
References GetId3\Module\AudioVideo\AMFStream\readByte().
Referenced by GetId3\Module\AudioVideo\AMFStream\peekLong(), and GetId3\Module\AudioVideo\AMFStream\readLongUTF().
Here is the call graph for this function:
Here is the caller graph for this function:| GetId3\Module\AudioVideo\AMFStream::readLongUTF | ( | ) |
Definition at line 96 of file AMFStream.php.
References GetId3\Module\AudioVideo\AMFStream\read(), and GetId3\Module\AudioVideo\AMFStream\readLong().
Referenced by GetId3\Module\AudioVideo\AMFStream\peekLongUTF().
Here is the call graph for this function:
Here is the caller graph for this function:| GetId3\Module\AudioVideo\AMFStream::readUTF | ( | ) |
Definition at line 85 of file AMFStream.php.
References GetId3\Module\AudioVideo\AMFStream\read(), and GetId3\Module\AudioVideo\AMFStream\readInt().
Referenced by GetId3\Module\AudioVideo\AMFStream\peekUTF().
Here is the call graph for this function:
Here is the caller graph for this function:| GetId3\Module\AudioVideo\AMFStream::$bytes |
Definition at line 31 of file AMFStream.php.
Referenced by GetId3\Module\AudioVideo\AMFStream\__construct().
| GetId3\Module\AudioVideo\AMFStream::$pos |
Definition at line 32 of file AMFStream.php.
Referenced by GetId3\Module\AudioVideo\AMFStream\peekByte(), GetId3\Module\AudioVideo\AMFStream\peekDouble(), GetId3\Module\AudioVideo\AMFStream\peekInt(), GetId3\Module\AudioVideo\AMFStream\peekLong(), GetId3\Module\AudioVideo\AMFStream\peekLongUTF(), and GetId3\Module\AudioVideo\AMFStream\peekUTF().