Class Delta

Description

Implements interfaces:

Represents a variable-length delta time

  • since: 1.0

Located in /Delta.php (line 19)


	
			
Variable Summary
int $ticks
Method Summary
Delta __construct (int $ticks)
array getData ()
int getLength ()
string __toString ()
Variables
int $ticks (line 24)
  • access: private
Methods
Constructor __construct (line 33)

Constructor

  • since: 1.0
  • access: public
Delta __construct (int $ticks)
  • int $ticks: The number of MIDI clock ticks in this delta event
getData (line 44)

Describe this function

array getData ()

Implementation of:
Chunk::getData()
Gets the data associated with this chunk
getLength (line 73)
int getLength ()

Implementation of:
Chunk::getLength()
Gets the length of this chunk in bytes
toBinary (line 54)
Util toBinary ()

Implementation of:
Chunk::toBinary()
Gets the binary representation of this chunk
__toString (line 63)
  • since: 1.0
  • access: public
string __toString ()

Implementation of:
Chunk::__toString()
Gets the string representation of this chunk

Documentation generated on Sun, 25 Oct 2009 22:38:15 -0700 by phpDocumentor 1.4.3