MP3_Id::study()
MP3_Id::study() -- does extra work to get the MPEG frame info
Synopsis
void MP3_Id::study (void)
Description
Does extra work to get the MPEG frame info.
Throws
Table 43-1. Possible PEAR_Error values
| Error code | Error message | Reason | Solution |
|---|
| PEAR_MP3_ID_NOMP3 |
"No mpeg frame found"
|
The file have no MP3 file structure.
|
The file is not a MP3 file.
|
Note
This function can not be called
statically.