Returns the buffer needed pcm buffer size. The passed parameter is a wished buffer size. The implementation of the encoder may return a lower or higher buffer size. The encoder must be initalized (i.e. not closed) at this point. A return value of <0 denotes an error.
()
| 347 | * at this point. A return value of <0 denotes an error. |
| 348 | */ |
| 349 | public int getPCMBufferSize() { |
| 350 | return DEFAULT_PCM_BUFFER_SIZE; |
| 351 | } |
| 352 | |
| 353 | public int getMP3BufferSize() { |
| 354 | // bad estimate :) |
no outgoing calls
no test coverage detected