class final
#include <calculators.hpp>
v_1_0_0::AudioInfo Format-independent parser for audio metadata.
Base classes
-
template<class ReaderType>class v_1_0_0::FileReaderProvider<AudioReader>
- Base class for classes that create opaque readers.
Public functions
- auto size(const std::string& audiofilename) const -> std::unique_ptr<arcstk::AudioSize>
- Parse the size of the audio data from the audio file.
Function documentation
std::unique_ptr<arcstk::AudioSize> arcsdec:: v_1_0_0:: AudioInfo:: size(const std::string& audiofilename) const
Parse the size of the audio data from the audio file.
Parameters | |
---|---|
audiofilename in | Name of the audiodatafile |
Returns | The size of the audio data |