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
AudioEventArgs.h
Go to the documentation of this file.
1#pragma once
2#include "HephAudioShared.h"
3#include "EventArgs.h"
5
8namespace HephAudio
9{
32}
#define HEPH_API
Definition HephShared.h:132
base class for the classes that interact with the native audio APIs.
Definition NativeAudio.h:28
base class for audio event arguments.
Definition AudioEventArgs.h:15
virtual ~AudioEventArgs()=default
Native::NativeAudio * pNativeAudio
Definition AudioEventArgs.h:20
AudioEventArgs(Native::NativeAudio *pNativeAudio)
base class for storing arguments for an event .
Definition EventArgs.h:13