MCPcopy Create free account
hub / github.com/bbc/audiowaveform / Mp3AudioFileReader

Method Mp3AudioFileReader

src/Mp3AudioFileReader.cpp:326–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324//------------------------------------------------------------------------------
325
326Mp3AudioFileReader::Mp3AudioFileReader() :
327 show_info_(true),
328 file_size_(0),
329 sample_rate_(0),
330 frames_(0)
331{
332}
333
334//------------------------------------------------------------------------------
335

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected