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
NativeAudioParams.h
Go to the documentation of this file.
1#pragma once
2#include "HephAudioShared.h"
3
6namespace HephAudio
7{
8 namespace Native
9 {
15 {
17 virtual ~NativeAudioParams() = default;
18 };
19 }
20}
#define HEPH_API
Definition HephShared.h:132
base class for storing the native audio API specific parameters.
Definition NativeAudioParams.h:15