Class ASF_Object_CodecList

Description

The Codec List Object provides user-friendly information about the codecs and formats used to encode the content found in the ASF file.

Located in /ASF/Object/CodecList.php (line 53)

ASF_Object
   |
   --ASF_Object_CodecList
Class Constant Summary
 AUDIO_CODEC = 0x2
 UNKNOWN_CODEC = 0xffff
 VIDEO_CODEC = 0x1
Method Summary
ASF_Object_CodecList __construct (Reader $reader, [ &$options = array()], Array $options)
Array getEntries ()
Variables

Inherited Variables

Inherited from ASF_Object

ASF_Object::$_options
ASF_Object::$_reader
Methods
Constructor __construct (line 69)

Constructs the class with given parameters and reads object related data from the ASF file.

  • access: public
ASF_Object_CodecList __construct (Reader $reader, [ &$options = array()], Array $options)
  • Reader $reader: The reader object.
  • Array $options: The options array.
  • &$options

Redefinition of:
ASF_Object::__construct()
Constructs the class with given parameters and options.
getEntries (line 97)

Returns the array of codec entries.

  • access: public
Array getEntries ()

Inherited Methods

Inherited From ASF_Object

ASF_Object::__construct()
ASF_Object::getIdentifier()
ASF_Object::getOffset()
ASF_Object::getOption()
ASF_Object::getOptions()
ASF_Object::getParent()
ASF_Object::getSize()
ASF_Object::setIdentifier()
ASF_Object::setOffset()
ASF_Object::setOption()
ASF_Object::setOptions()
ASF_Object::setParent()
ASF_Object::setSize()
ASF_Object::__get()
ASF_Object::__set()
Class Constants
AUDIO_CODEC = 0x2 (line 56)
UNKNOWN_CODEC = 0xffff (line 57)
VIDEO_CODEC = 0x1 (line 55)

Documentation generated on Fri, 05 Sep 2008 20:18:23 +0300 by phpDocumentor 1.4.1