#include <interface_client.hpp>
Public Attributes | |
| int | output_device = -1 |
| bool | pass_through = false |
| std::string | path |
| bool | repeat = false |
| std::uint32_t | request_sequence = 0 |
| bool | trunc = false |
Definition at line 58 of file interface_client.hpp.
| int acmxvk::InterfaceAudioFileState::output_device = -1 |
Definition at line 61 of file interface_client.hpp.
Referenced by acmxvk::MainWindow::apply_interface_audio_file_state().
| bool acmxvk::InterfaceAudioFileState::pass_through = false |
Definition at line 62 of file interface_client.hpp.
Referenced by acmxvk::MainWindow::apply_interface_audio_file_state(), and main().
| std::string acmxvk::InterfaceAudioFileState::path |
Definition at line 60 of file interface_client.hpp.
Referenced by acmxvk::MainWindow::apply_interface_audio_file_state(), and main().
| bool acmxvk::InterfaceAudioFileState::repeat = false |
Definition at line 64 of file interface_client.hpp.
Referenced by acmxvk::MainWindow::apply_interface_audio_file_state().
| std::uint32_t acmxvk::InterfaceAudioFileState::request_sequence = 0 |
Definition at line 59 of file interface_client.hpp.
Referenced by acmxvk::MainWindow::initialize_interface_control(), main(), and acmxvk::MainWindow::sync_interface_control().
| bool acmxvk::InterfaceAudioFileState::trunc = false |
Definition at line 63 of file interface_client.hpp.
Referenced by acmxvk::MainWindow::apply_interface_audio_file_state().