HephAudio v3.0.6
A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS.
|
struct for storing the arguments for the audio exception events. More...
#include <ExceptionEventArgs.h>
Public Member Functions | |
ExceptionEventArgs (const void *pSender, const Exception &ex) | |
virtual | ~ExceptionEventArgs ()=default |
Public Member Functions inherited from Heph::EventArgs | |
virtual | ~EventArgs ()=default |
Public Attributes | |
const void * | pSender |
const Exception & | exception |
struct for storing the arguments for the audio exception events.
Heph::ExceptionEventArgs::ExceptionEventArgs | ( | const void * | pSender, |
const Exception & | ex ) |
creates a new instance and initializes it with the provided values.
pSender | pointer to the object that caused the exception. |
ex | the exception that's being raised. |
|
virtualdefault |
releases the resources and destroys the instance.
const void* Heph::ExceptionEventArgs::pSender |
pointer to the object that caused the exception.
const Exception& Heph::ExceptionEventArgs::exception |
the exception that's being raised.