Interface ID3_Timing

Description

The Timing interface implies that the ID3v2 frame contains one or more 32-bit timestamps.

The timestamps are absolute times, meaning that every stamp contains the time from the beginning of the file.

Located in /ID3/Timing.php (line 52)


	
			
Class Constant Summary
Method Summary
integer getFormat ()
void setFormat (integer $format)
Methods
getFormat (line 65)

Returns the timing format.

  • access: public
integer getFormat ()
setFormat (line 72)

Sets the timing format.

  • access: public
void setFormat (integer $format)
  • integer $format: The timing format.
Class Constants
MILLISECONDS = 2 (line 58)

The timestamp is an absolute time, using milliseconds as unit.

MPEG_FRAMES = 1 (line 55)

The timestamp is an absolute time, using MPEG frames as unit.

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