Add basic ID3v2 write support, add unit tests
git-svn-id: http://php-reader.googlecode.com/svn/trunk@64 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
@@ -69,4 +69,11 @@ interface ID3_Encoding
|
||||
* @return integer
|
||||
*/
|
||||
public function getEncoding();
|
||||
|
||||
/**
|
||||
* Sets the text encoding.
|
||||
*
|
||||
* @param integer $encoding The text encoding.
|
||||
*/
|
||||
public function setEncoding($encoding);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user