|
HikoGUI
A low latency retained GUI
|
#include <ttauri/audio/audio_stream_format.hpp>
Public Member Functions | |
| constexpr | audio_stream_format (audio_stream_format const &) noexcept=default |
| constexpr | audio_stream_format (audio_stream_format &&) noexcept=default |
| constexpr audio_stream_format & | operator= (audio_stream_format const &) noexcept=default |
| constexpr audio_stream_format & | operator= (audio_stream_format &&) noexcept=default |
| constexpr | audio_stream_format (audio_sample_format sample_format, double sample_rate, tt::speaker_mapping speaker_mapping) noexcept |
| constexpr | operator bool () const noexcept |
Data Fields | |
| audio_sample_format | sample_format |
| double | sample_rate |
| tt::speaker_mapping | speaker_mapping |
The format of a stream of audio.