Class ASF_FilePropertiesObject

Description

The ASF_File_Properties_Object object implementation. This object contains various information about the ASF file.

Located in /ASF/FilePropertiesObject.php (line 54)

ASF_Object
   |
   --ASF_FilePropertiesObject
Method Summary
ASF_FilePropertiesObject __construct (Reader $reader, string $id, integer $size)
integer getCreationDate ()
integer getDataPacketsCount ()
integer getFileId ()
integer getFileSize ()
integer getFlags ()
integer getMaximumBitrate ()
integer getPlayDuration ()
integer getPreroll ()
integer getSendDuration ()
Variables

Inherited Variables

Inherited from ASF_Object

ASF_Object::$_reader
ASF_Object::$_size
Methods
Constructor __construct (line 97)

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

  • access: public
ASF_FilePropertiesObject __construct (Reader $reader, string $id, integer $size)
  • Reader $reader: The reader object.
  • string $id: The object GUID identifier.
  • integer $size: The object size.

Redefinition of:
ASF_Object::__construct()
Constructs the class with given parameters.
getCreationDate (line 150)

Returns the creation date field.

  • access: public
integer getCreationDate ()
getDataPacketsCount (line 157)

Returns the data packets field.

  • access: public
integer getDataPacketsCount ()
getFileId (line 136)

Returns the file id field.

  • access: public
integer getFileId ()
getFileSize (line 143)

Returns the file size field.

  • access: public
integer getFileSize ()
getFlags (line 185)

Returns the flags field.

  • access: public
integer getFlags ()
getMaximumBitrate (line 212)

Returns the maximum bitrate field.

  • access: public
integer getMaximumBitrate ()
getMaximumDataPacketSize (line 202)

Returns the maximum data packet size field.

  • access: public
integer getMaximumDataPacketSize ()
getMinimumDataPacketSize (line 192)

Returns the minimum data packet size field.

  • access: public
integer getMinimumDataPacketSize ()
getPlayDuration (line 164)

Returns the play duration field.

  • access: public
integer getPlayDuration ()
getPreroll (line 178)

Returns the preroll field.

  • access: public
integer getPreroll ()
getSendDuration (line 171)

Returns the send duration field.

  • access: public
integer getSendDuration ()

Inherited Methods

Inherited From ASF_Object

ASF_Object::__construct()
ASF_Object::getIdentifier()

Documentation generated on Tue, 15 Apr 2008 03:33:05 +0300 by phpDocumentor 1.4.1