returns -1 if string is too short or returns one of the exception constants if everything OK, returns the length of the string
()
| 337 | * constants if everything OK, returns the length of the string |
| 338 | */ |
| 339 | public String getEncoderVersion() { |
| 340 | return ver.getLameVersion(); |
| 341 | } |
| 342 | |
| 343 | /** |
| 344 | * Returns the buffer needed pcm buffer size. The passed parameter is a |
no test coverage detected