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
EventArgs.h
Go to the documentation of this file.
1#pragma once
2#include "HephShared.h"
3
6namespace Heph
7{
13 {
15 virtual ~EventArgs() = default;
16 };
17}
#define HEPH_API
Definition HephShared.h:132
base class for storing arguments for an event .
Definition EventArgs.h:13
virtual ~EventArgs()=default