Class ASF_Object_StreamBitrateProperties

Description

The Stream Bitrate Properties Object defines the average bit rate of each digital media stream.

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

ASF_Object
   |
   --ASF_Object_StreamBitrateProperties
Method Summary
ASF_Object_StreamBitrateProperties __construct (Reader $reader, [ &$options = array()], Array $options)
Variables

Inherited Variables

Inherited from ASF_Object

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

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

  • access: public
ASF_Object_StreamBitrateProperties __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.
getBitrateRecords (line 92)

Returns an array of bitrate records. Each record consists of the following keys.

  • streamNumber -- Specifies the number of this stream described by this record. 0 is an invalid stream. Valid values are between 1 and 127.
  • flags -- These bits are reserved and should be set to 0.
  • averageBitrate -- Specifies the average bit rate of the stream in bits per second. This value should include an estimate of ASF packet and payload overhead associated with this stream.

  • access: public
Array getBitrateRecords ()

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()

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