Class ISO14496_Box_INFE

Description

The Item Information Entry Box contains the entry information.

Located in /ISO14496/Box/INFE.php (line 52)

ISO14496_Box
   |
   --ISO14496_Box_Full
      |
      --ISO14496_Box_INFE
Method Summary
ISO14496_Box_INFE __construct (Reader $reader, [ &$options = array()])
string getContentEncoding ()
string getContentType ()
integer getItemId ()
string getItemName ()
Variables
Methods
Constructor __construct (line 75)

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

  • access: public
ISO14496_Box_INFE __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.
getContentEncoding (line 130)

Returns the optional content encoding type as defined for Content-Encoding for HTTP /1.1. Some possible values are gzip, compress and deflate. An empty string indicates no content encoding.

  • access: public
string getContentEncoding ()
getContentType (line 121)

Returns the MIME type for the item.

  • access: public
string getContentType ()
getItemId (line 94)

Returns the item identifier. The value is either 0 for the primary resource (e.g. the XML contained in an XML Box) or the ID of the item for which the following information is defined.

  • access: public
integer getItemId ()
getItemName (line 114)

Returns the symbolic name of the item.

  • access: public
string getItemName ()
getItemProtectionIndex (line 104)

Returns the item protection index. The value is either 0 for an unprotected item, or the one-based index into the Item Protection Box defining the protection applied to this item (the first box in the item protection box has the index 1).

  • access: public
integer getItemProtectionIndex ()

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:18:55 +0300 by phpDocumentor 1.4.1