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

contains the results of the BufferOperatorEvents::OnResultCreated event. More...

#include <BufferOperators.h>

Inheritance diagram for Heph::BufferOperatorResultCreatedEventArgs< Lhs, Rhs >:
Heph::EventArgs

Public Member Functions

 BufferOperatorResultCreatedEventArgs (const Lhs &lhs, const Rhs &rhs, Lhs &result)
 
- Public Member Functions inherited from Heph::EventArgs
virtual ~EventArgs ()=default
 

Public Attributes

const Lhs & lhs
 
const Rhs & rhs
 
Lhs & result
 

Detailed Description

template<typename Lhs, typename Rhs>
struct Heph::BufferOperatorResultCreatedEventArgs< Lhs, Rhs >

contains the results of the BufferOperatorEvents::OnResultCreated event.