file
AbstractImporter.hClass Magnum::
Contents
- Reference
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::Audio
- Audio playback.
Classes
- class Magnum::Audio::AbstractImporter
- Base for audio importer plugins.
Enums
- enum class ImporterFeature: UnsignedByte { OpenData = 1 << 0 } new in 2020.06
- Features supported by an audio importer.
Typedefs
- using ImporterFeatures = Containers::EnumSet<ImporterFeature> new in 2020.06
- Features supported by an audio importer.
Functions
- auto operator<<(Debug& debug, ImporterFeature value) -> Debug&
- Debug output operator.
- auto operator<<(Debug& debug, ImporterFeatures value) -> Debug&
- Debug output operator.