|
HephAudio v3.1.0
A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS.
|
#include "HephShared.h"#include "EventArgs.h"#include "EventResult.h"#include "EventParams.h"#include "UserEventArgs.h"#include <vector>#include <cinttypes>Go to the source code of this file.
Classes | |
| class | Heph::Event |
| class for managing callback functions. More... | |
Typedefs | |
| typedef void(* | Heph::EventHandler) (const EventParams &eventParams) |
| typedef void(* Heph::EventHandler) (const EventParams &eventParams) |
method for handling events.