HephAudio v3.0.6
A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS.
Loading...
Searching...
No Matches
Event.h File Reference
#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 Documentation

◆ EventHandler

typedef void(* Heph::EventHandler) (const EventParams &eventParams)

method for handling events.