class
Faad2ImporterAAC audio importer plugin using FAAD2.
Contents
Supports mono and stereo AAC files with 16 bits per channel using the FAAD2 library. The files are always imported with BufferFormat::
This plugin depends on the Audio library and is built if WITH_FAAD2AUDIOIMPORTER
is enabled when building Magnum Plugins. To use as a dynamic plugin, you need to load the "Faad2AudioImporter"
plugin from MAGNUM_PLUGINS_AUDIOIMPORTER_DIR
. To use as a static plugin or as a dependency of another plugin with CMake, you need to request the Faad2AudioImporter
component of the MagnumPlugins
package and link to the MagnumPlugins::Faad2AudioImporter
target. See Downloading and building plugins, Plugin usage with CMake and Loading and using plugins for more information.
This plugins provides AacAudioImporter
.
Base classes
- class AbstractImporter
- Base for audio importer plugins.
Constructors, destructors, conversion operators
- Faad2Importer() explicit
- Default constructor.
-
Faad2Importer(PluginManager::
AbstractManager& manager, const std:: string& plugin) explicit - Plugin manager constructor.