HephAudio v3.0.6
A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS.
|
struct for storing the OpenSL ES specific parameters. More...
#include <OpenSLParams.h>
Public Member Functions | |
OpenSLParams () | |
Public Member Functions inherited from HephAudio::Native::NativeAudioParams | |
virtual | ~NativeAudioParams ()=default |
Public Attributes | |
double | renderBufferDuration_ms |
double | captureBufferDuration_ms |
struct for storing the OpenSL ES specific parameters.
|
inline |
creates a new instance and initializes it with default values.
double HephAudio::Native::OpenSLParams::renderBufferDuration_ms |
duration of the render buffer in milliseconds.
double HephAudio::Native::OpenSLParams::captureBufferDuration_ms |
duration of the capture buffer in milliseconds.