| 
    HephAudio v3.1.0
    
   A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS. 
   | 
 
#include "HephAudioShared.h"#include "NativeAudio.h"#include "AudioEvents/AudioDeviceEventArgs.h"#include "AudioEvents/AudioCaptureEventArgs.h"#include "StringHelpers.h"#include <wrl.h>#include <mmeapi.h>#include <mmreg.h>#include <comdef.h>Go to the source code of this file.
Classes | |
| class | HephAudio::Native::WinAudioBase | 
| base class for classes that interact with the Windows audio APIs.  More... | |