HephAudio v3.1.0
A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS.
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
AudioCaptureEventArgs.h
Go to the documentation of this file.
1#pragma once
2#include "HephAudioShared.h"
3#include "AudioEventArgs.h"
4#include "AudioBuffer.h"
5
8namespace HephAudio
9{
30}
#define HEPH_API
Definition HephShared.h:124
class for storing the audio samples in internal format.
Definition AudioBuffer.h:16
base class for the classes that interact with the native audio APIs.
Definition NativeAudio.h:29
struct for storing the arguments for the audio capture events.
Definition AudioCaptureEventArgs.h:15
AudioBuffer captureBuffer
Definition AudioCaptureEventArgs.h:20
AudioCaptureEventArgs(Native::NativeAudio *pNativeAudio, AudioBuffer &captureBuffer)
base class for audio event arguments.
Definition AudioEventArgs.h:15