| HephAudio v3.1.0
    A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS. | 
Go to the source code of this file.
| Classes | |
| struct | HephAudio::AudioDevice | 
| stores information about an audio device.  More... | |
| Enumerations | |
| enum | HephAudio::AudioDeviceType { Null = 0 , HephAudio::Render = 1 , HephAudio::Capture = 2 , HephAudio::All = Render | Capture } | 
| Functions | |
| constexpr AudioDeviceType | HephAudio::operator| (const AudioDeviceType &lhs, const AudioDeviceType &rhs) | 
| constexpr AudioDeviceType & | HephAudio::operator|= (AudioDeviceType &lhs, const AudioDeviceType &rhs) | 
| constexpr AudioDeviceType | HephAudio::operator& (const AudioDeviceType &lhs, const AudioDeviceType &rhs) | 
| constexpr AudioDeviceType & | HephAudio::operator&= (AudioDeviceType &lhs, const AudioDeviceType &rhs) |