MCPcopy Create free account
hub / github.com/Tracktion/choc / addFormat

Method addFormat

choc/audio/choc_AudioFileFormat.h:526–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524//==============================================================================
525template <typename AudioFormatType>
526void AudioFileFormatList::addFormat() { addFormat (std::make_unique<AudioFormatType>()); }
527
528inline void AudioFileFormatList::addFormat (std::unique_ptr<AudioFileFormat> formatToAdd)
529{

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected