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::BufferOperatorEvents< Lhs, Rhs > Struct Template Reference

Static Public Attributes

static Event OnResultCreated = Event()
 

Member Data Documentation

◆ OnResultCreated

template<typename Lhs , typename Rhs >
Event Heph::BufferOperatorEvents< Lhs, Rhs >::OnResultCreated = Event()
inlinestatic

invoked after the result object is created in non-assignment operators. the result object is created via default constructor, hence the buffer must handle the allocation with this event