|
HephAudio v3.1.0
A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS.
|
#include "HephAudioShared.h"#include "Exceptions/InsufficientMemoryException.h"#include "Exceptions/InvalidArgumentException.h"#include <cstdlib>#include <type_traits>Go to the source code of this file.
Classes | |
| class | Heph::BufferBase< Tself, Tdata > |
| base class for buffers. Provides basic buffer operations and methods. More... | |
Enumerations | |
| enum | Heph::BufferFlags { None = 0 , Heph::AllocUninitialized = 1 } |
| enum Heph::BufferFlags |