Class ASF_Object_Marker

Description

The Marker Object class.

Located in /ASF/Object/Marker.php (line 52)

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

Inherited Variables

Inherited from ASF_Object

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

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

  • access: public
ASF_Object_Marker __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.
getMarkers (line 120)

Returns an array of markers. Each entry consists of the following keys.

  • offset -- Specifies a byte offset into the Data Object to the actual position of the marker in the Data Object. ASF parsers must seek to this position to properly display data at the specified marker Presentation Time.
  • presentationTime -- Specifies the presentation time of the marker, in 100-nanosecond units.
  • sendTime -- Specifies the send time of the marker entry, in milliseconds.
  • flags -- Flags are reserved and should be set to 0.
  • description -- Specifies a description of the marker entry.

  • access: public
Array getMarkers ()
getName (line 98)

Returns the name of the Marker Object.

  • access: public
Array getName ()

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