From 150779efb20a7959eae744f58b7470bf4a000ebe Mon Sep 17 00:00:00 2001 From: Heshan Date: Thu, 24 Mar 2011 07:12:23 +0530 Subject: Remove all unwanted files from the libs --- .../docs/php-reader/ISO/ISO14496_Box_MFRO.html | 238 --------------------- 1 file changed, 238 deletions(-) delete mode 100644 libraries/phpvideotoolkit/adapters/ffmpeg-php/php-reader/docs/php-reader/ISO/ISO14496_Box_MFRO.html (limited to 'libraries/phpvideotoolkit/adapters/ffmpeg-php/php-reader/docs/php-reader/ISO/ISO14496_Box_MFRO.html') diff --git a/libraries/phpvideotoolkit/adapters/ffmpeg-php/php-reader/docs/php-reader/ISO/ISO14496_Box_MFRO.html b/libraries/phpvideotoolkit/adapters/ffmpeg-php/php-reader/docs/php-reader/ISO/ISO14496_Box_MFRO.html deleted file mode 100644 index 3c9df4d..0000000 --- a/libraries/phpvideotoolkit/adapters/ffmpeg-php/php-reader/docs/php-reader/ISO/ISO14496_Box_MFRO.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - Docs For Class ISO14496_Box_MFRO - - - - -
-

Class ISO14496_Box_MFRO

- - -
-
Description
- -
- -

The Movie Fragment Random Access Offset Box provides a copy of the

-

length field from the enclosing Movie Fragment Random Access Box. It is placed last within that box, so that the size field is also last in the enclosing Movie Fragment Random Access Box. When the Movie Fragment Random Access Box is also last in the file this permits its easy location. The size field here must be correct. However, neither the presence of the Movie Fragment Random Access Box, nor its placement last in the file, are assured.

- -

- Located in /ISO14496/Box/MFRO.php (line 59) -

- - -
ISO14496_Box
-   |
-   --ISO14496_Box_Full
-      |
-      --ISO14496_Box_MFRO
- -
-
- - - - - -
-
Method Summary
- -
-
- -
- ISO14496_Box_MFRO - __construct - (Reader $reader, [ &$options = array()]) -
-
- integer - getParentSize - () -
-
-
-
- - -
-
Variables
- -
-

Inherited Variables

- -

Inherited from ISO14496_Box_Full

-
- - ISO14496_Box_Full::$_flags
-
- - ISO14496_Box_Full::$_version
-
-
-

Inherited from ISO14496_Box

-
- - ISO14496_Box::$_reader
-
-
- -
-
- - -
-
Methods
- -
- - - -
- -
- Constructor __construct (line 70) -
- - -

Constructs the class with given parameters and reads box related data from the ISO Base Media file.

-
    -
  • access: public
  • -
- -
- ISO14496_Box_MFRO - - __construct - - (Reader $reader, [ &$options = array()]) -
- -
    -
  • - Reader - $reader: The reader object.
  • -
  • - - &$options
  • -
- -
-
Redefinition of:
-
-
ISO14496_Box_Full::__construct()
-
Constructs the class with given parameters and reads box related data from the ISO Base Media file.
-
- -
- -
- -
- getParentSize (line 84) -
- - -

Returns the number of bytes of the enclosing ISO14496_Box_MFRA box.

-

This field is placed at the last of the enclosing box to assist readers scanning from the end of the file in finding the mfra box.

-
    -
  • access: public
  • -
- -
- integer - - getParentSize - - () -
- - - -
-

Inherited Methods

- - -

Inherited From ISO14496_Box_Full

-
- ISO14496_Box_Full::__construct()
- ISO14496_Box_Full::getFlags()
- ISO14496_Box_Full::getVersion()
- ISO14496_Box_Full::hasFlag()
- ISO14496_Box_Full::setFlags()
- ISO14496_Box_Full::setVersion()
- ISO14496_Box_Full::__toString()
-
- -

Inherited From ISO14496_Box

-
- ISO14496_Box::__construct()
- ISO14496_Box::addBox()
- ISO14496_Box::constructBoxes()
- ISO14496_Box::getBoxes()
- ISO14496_Box::getBoxesByIdentifier()
- ISO14496_Box::getContainer()
- ISO14496_Box::getOffset()
- ISO14496_Box::getOption()
- ISO14496_Box::getOptions()
- ISO14496_Box::getParent()
- ISO14496_Box::getSize()
- ISO14496_Box::getType()
- ISO14496_Box::hasBox()
- ISO14496_Box::isContainer()
- ISO14496_Box::setContainer()
- ISO14496_Box::setOffset()
- ISO14496_Box::setOption()
- ISO14496_Box::setOptions()
- ISO14496_Box::setParent()
- ISO14496_Box::setSize()
- ISO14496_Box::setType()
- ISO14496_Box::__get()
- ISO14496_Box::__isset()
- ISO14496_Box::__set()
- ISO14496_Box::__toString()
- ISO14496_Box::__unset()
-
- -
-
- - -

- Documentation generated on Fri, 05 Sep 2008 20:19:06 +0300 by phpDocumentor 1.4.1 -

-
- \ No newline at end of file -- cgit v1.2.3