#include <promeki/core/namespace.h>#include <promeki/core/fileformatfactory.h>#include <promeki/proav/audiofile.h>
Go to the source code of this file.
Macros | |
| #define | PROMEKI_REGISTER_AUDIOFILE_FACTORY(name) PROMEKI_REGISTER_FILE_FORMAT_FACTORY(AudioFile, name) |
| Macro to register an AudioFileFactory subclass at static initialization time. | |
Typedefs | |
| using | AudioFileFactory = FileFormatFactory< AudioFile > |
| Factory type for creating AudioFile instances based on file format. | |
See LICENSE file in the project root folder for license information.