Audacity 3.2.0
|
#include "GetAcidizerTags.h"
#include "AcidizerTags.h"
#include <algorithm>
#include <array>
#include <cstring>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | LibImportExport |
Functions | |
std::optional< LibFileFormats::AcidizerTags > | LibImportExport::GetAcidizerTags (SNDFILE &file, const std::vector< std::string > &trustedDistributors) |
Get the Acidizer tags from a file if from a trusted distributor. More... | |