| 324 | //------------------------------------------------------------------------------ |
| 325 | |
| 326 | Mp3AudioFileReader::Mp3AudioFileReader() : |
| 327 | show_info_(true), |
| 328 | file_size_(0), |
| 329 | sample_rate_(0), |
| 330 | frames_(0) |
| 331 | { |
| 332 | } |
| 333 | |
| 334 | //------------------------------------------------------------------------------ |
| 335 |
nothing calls this directly
no outgoing calls
no test coverage detected