The base class for all ID3v2 objects.
Located in /ID3/Object.php (line 48)
Class | Description |
---|---|
ID3_ExtendedHeader | The extended header contains information that can provide further insight in the structure of the tag, but is not vital to the correct parsing of the tag information; hence the extended header is optional. |
ID3_Frame | A base class for all ID3v2 frames as described in the ID3v2 frames document. |
ID3_Header | The first part of the ID3v2 tag is the 10 byte tag header. The header contains information about the tag version and options. |
Constructs the class with given parameters and reads object related data from the ID3v2 tag.
Decodes the given 28-bit synchsafe integer to regular 32-bit integer.
Encodes the given 32-bit integer to 28-bit synchsafe integer, where the most significant bit of each byte is zero, making seven bits out of eight available.
Returns the options array.
Sets the options array. See ID3v2 class for available options.
Magic function so that $obj->value will work.
Magic function so that assignments with $obj->value will work.
Documentation generated on Tue, 15 Apr 2008 03:33:17 +0300 by phpDocumentor 1.4.1