class
#include <readerflac.hpp>
v_1_0_0::DescriptorFlac Libflac-based reader for fLaC containers holding fLaC data.
Represents a Flac container holding samples conforming to CDDA. That is 16 bit, 2 channels, 44100 samples/sec as integer representation.
Base classes
- class v_1_0_0::FileReaderDescriptor
- Abstract base class for the properties of a FileReader.
Constructors, destructors, conversion operators
- ~DescriptorFlac() override noexcept
- Virtual default destructor.
Private functions
- auto do_name() const -> std::string override
- Returns "Flac".
Function documentation
std::string arcsdec:: v_1_0_0:: DescriptorFlac:: do_name() const override private
Returns "Flac".
Returns | "Flac" |
---|