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