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

Method SndFileAudioFileReader

src/SndFileAudioFileReader.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49//------------------------------------------------------------------------------
50
51SndFileAudioFileReader::SndFileAudioFileReader() :
52 input_file_(nullptr)
53{
54 memset(&info_, 0, sizeof(info_));
55}
56
57//------------------------------------------------------------------------------
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected