Definition at line 332 of file module.audio-video.flv.php.
◆ __construct()
AMFReader::__construct |
( |
& |
$stream | ) |
|
◆ AMFReader()
AMFReader::AMFReader |
( |
& |
$stream | ) |
|
◆ readArray() [1/2]
◆ readArray() [2/2]
◆ readBoolean() [1/2]
AMFReader::readBoolean |
( |
| ) |
|
◆ readBoolean() [2/2]
AMFReader::readBoolean |
( |
| ) |
|
◆ readData() [1/2]
Definition at line 339 of file module.audio-video.flv.php.
342 $type = $this->stream->readByte();
402 $value =
'(unknown or unsupported data type)';
◆ readData() [2/2]
Definition at line 480 of file module.audio-video.flv.php.
483 $type = $this->stream->readByte();
543 $value =
'(unknown or unsupported data type)';
◆ readDate() [1/2]
◆ readDate() [2/2]
◆ readDouble() [1/2]
AMFReader::readDouble |
( |
| ) |
|
◆ readDouble() [2/2]
AMFReader::readDouble |
( |
| ) |
|
◆ readLongString() [1/2]
AMFReader::readLongString |
( |
| ) |
|
◆ readLongString() [2/2]
AMFReader::readLongString |
( |
| ) |
|
◆ readMixedArray() [1/2]
AMFReader::readMixedArray |
( |
| ) |
|
Definition at line 441 of file module.audio-video.flv.php.
References $data.
443 $highestIndex = $this->stream->readLong();
447 while ($key = $this->stream->readUTF()) {
449 if (($key ==
'') && ($this->stream->peekByte() == 0x09)) {
451 $this->stream->readByte();
455 if (is_numeric($key)) {
◆ readMixedArray() [2/2]
AMFReader::readMixedArray |
( |
| ) |
|
Definition at line 579 of file module.audio-video.flv.php.
References $data.
581 $highestIndex = $this->stream->readLong();
585 while ($key = $this->stream->readUTF()) {
586 if (is_numeric($key)) {
592 if (($key ==
'') && ($this->stream->peekByte() == 0x09)) {
594 $this->stream->readByte();
◆ readObject() [1/2]
AMFReader::readObject |
( |
| ) |
|
Definition at line 421 of file module.audio-video.flv.php.
References $data.
423 $highestIndex = $this->stream->readLong();
427 while ($key = $this->stream->readUTF()) {
429 if (($key ==
'') && ($this->stream->peekByte() == 0x09)) {
431 $this->stream->readByte();
◆ readObject() [2/2]
AMFReader::readObject |
( |
| ) |
|
Definition at line 562 of file module.audio-video.flv.php.
References $data.
568 while ($key = $this->stream->readUTF()) {
572 if (($key ==
'') && ($this->stream->peekByte() == 0x09)) {
574 $this->stream->readByte();
◆ readString() [1/2]
AMFReader::readString |
( |
| ) |
|
◆ readString() [2/2]
AMFReader::readString |
( |
| ) |
|
◆ readTypedObject() [1/2]
AMFReader::readTypedObject |
( |
| ) |
|
◆ readTypedObject() [2/2]
AMFReader::readTypedObject |
( |
| ) |
|
◆ readXML() [1/2]
◆ readXML() [2/2]
◆ $stream
The documentation for this class was generated from the following file: