Add support for MPEG-1/2 Audio (ISO/IEC 11172-3 and ISO/IEC 13818-3 respectively)

git-svn-id: http://php-reader.googlecode.com/svn/trunk@114 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
svollbehr
2008-12-03 21:49:43 +00:00
parent 07a5e6bd3c
commit edc63529da
10 changed files with 2090 additions and 8 deletions

View File

@@ -63,8 +63,7 @@ abstract class ID3_Object
private $_options;
/**
* Constructs the class with given parameters and reads object related data
* from the ID3v2 tag.
* Constructs the class with given parameters.
*
* @param Reader $reader The reader object.
* @param Array $options The options array.