HephAudio v3.0.6
A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS.
|
stores the information required to handle an event. More...
#include <EventParams.h>
Public Member Functions | |
EventParams (const UserEventArgs &userEventArgs) | |
Public Attributes | |
EventArgs * | pArgs |
EventResult * | pResult |
const UserEventArgs & | userEventArgs |
stores the information required to handle an event.
|
inline |
creates a new instance and initializes it with the provided values.
userEventArgs | contains the extra arguments passed by the user. |
EventArgs* Heph::EventParams::pArgs |
pointer to the arguments, can be null.
EventResult* Heph::EventParams::pResult |
pointer to the result, can be null.
const UserEventArgs& Heph::EventParams::userEventArgs |
contains the extra arguments passed by the user.