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
Heph::EventResult Struct Reference

base class for storing the results of an event . More...

#include <EventResult.h>

Inheritance diagram for Heph::EventResult:
HephAudio::AudioRenderEventResult

Public Member Functions

 EventResult ()
 
virtual ~EventResult ()=default
 

Public Attributes

bool isHandled
 

Detailed Description

base class for storing the results of an event .

Constructor & Destructor Documentation

◆ EventResult()

Heph::EventResult::EventResult ( )

creates a new instance and initializes it with default values.

◆ ~EventResult()

virtual Heph::EventResult::~EventResult ( )
virtualdefault

releases the resources and destroys the instance.

Member Data Documentation

◆ isHandled

bool Heph::EventResult::isHandled

indicates the event is handled and no further handlers will be invoked.
set by the user.