#include <options.hpp>
Definition at line 40 of file options.hpp.
| int acmxvk::Options::audio_buffers = 0 |
Definition at line 59 of file options.hpp.
Referenced by acmxvk::parseOptions().
| int acmxvk::Options::audio_channels = 2 |
Definition at line 56 of file options.hpp.
Referenced by acmxvk::MainWindow::openAudio(), and acmxvk::parseOptions().
| std::string acmxvk::Options::audio_file |
Definition at line 183 of file options.hpp.
Referenced by acmxvk::MainWindow::openAudio(), acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| int acmxvk::Options::audio_input_device = -1 |
Definition at line 57 of file options.hpp.
Referenced by acmxvk::MainWindow::openAudio(), and acmxvk::parseOptions().
| bool acmxvk::Options::audio_input_specified = false |
Definition at line 108 of file options.hpp.
Referenced by acmxvk::parseOptions().
| int acmxvk::Options::audio_output_device = -1 |
Definition at line 58 of file options.hpp.
Referenced by acmxvk::MainWindow::openAudio(), and acmxvk::parseOptions().
| bool acmxvk::Options::audio_output_specified = false |
Definition at line 110 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::audio_pass_through = false |
Definition at line 113 of file options.hpp.
Referenced by acmxvk::MainWindow::openAudio(), and acmxvk::parseOptions().
| double acmxvk::Options::audio_pass_through_gain = 1.0 |
Definition at line 76 of file options.hpp.
Referenced by acmxvk::MainWindow::openAudio(), and acmxvk::parseOptions().
| bool acmxvk::Options::audio_pass_through_gain_specified = false |
Definition at line 111 of file options.hpp.
Referenced by acmxvk::parseOptions().
| double acmxvk::Options::audio_recording_gain = 1.0 |
Definition at line 77 of file options.hpp.
Referenced by acmxvk::MainWindow::openAudio(), and acmxvk::parseOptions().
| bool acmxvk::Options::audio_recording_gain_specified = false |
Definition at line 112 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::audio_repeat = false |
Definition at line 114 of file options.hpp.
Referenced by acmxvk::MainWindow::openAudio(), and acmxvk::parseOptions().
| double acmxvk::Options::audio_sensitivity = 1.0 |
Definition at line 74 of file options.hpp.
Referenced by acmxvk::MainWindow::adjustAudioSensitivity(), acmxvk::MainWindow::openAudio(), and acmxvk::parseOptions().
| bool acmxvk::Options::audio_trunc = false |
Definition at line 115 of file options.hpp.
Referenced by acmxvk::parseOptions().
| double acmxvk::Options::audio_warm_rate = 0.5 |
Definition at line 75 of file options.hpp.
Referenced by acmxvk::parseOptions(), acmxvk::MainWindow::resetAudioWarmup(), and acmxvk::MainWindow::updateAudioWarmup().
| bool acmxvk::Options::audio_warm_rate_specified = false |
Definition at line 109 of file options.hpp.
Referenced by acmxvk::parseOptions().
| int acmxvk::Options::autopilot_frames = 0 |
Definition at line 50 of file options.hpp.
Referenced by acmxvk::parseOptions().
| int acmxvk::Options::autopilot_random_timeout = 0 |
Definition at line 51 of file options.hpp.
Referenced by acmxvk::parseOptions().
| std::string acmxvk::Options::build_directory |
Definition at line 172 of file options.hpp.
Referenced by acmxvk::buildShaderLibrary(), and acmxvk::parseOptions().
| bool acmxvk::Options::build_fix = false |
Definition at line 152 of file options.hpp.
Referenced by acmxvk::buildShaderLibrary(), and acmxvk::parseOptions().
| bool acmxvk::Options::build_force = false |
Definition at line 154 of file options.hpp.
Referenced by acmxvk::parseOptions().
| std::string acmxvk::Options::build_manifest |
Definition at line 171 of file options.hpp.
Referenced by acmxvk::buildShaderLibrary(), main(), and acmxvk::parseOptions().
| int acmxvk::Options::build_parallel = 1 |
Definition at line 54 of file options.hpp.
Referenced by acmxvk::buildShaderLibrary(), and acmxvk::parseOptions().
| bool acmxvk::Options::build_parallel_specified = false |
Definition at line 155 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::build_prune = false |
Definition at line 153 of file options.hpp.
Referenced by acmxvk::buildShaderLibrary(), and acmxvk::parseOptions().
| int acmxvk::Options::cache_delay = 1 |
Definition at line 53 of file options.hpp.
Referenced by acmxvk::parseOptions().
| int acmxvk::Options::camera_device = 0 |
Definition at line 45 of file options.hpp.
Referenced by acmxvk::parseOptions().
| int acmxvk::Options::camera_height = 720 |
Definition at line 44 of file options.hpp.
Referenced by acmxvk::parseOptions().
| int acmxvk::Options::camera_width = 1280 |
Definition at line 43 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::check_audio = false |
Definition at line 118 of file options.hpp.
Referenced by acmxvk::isUtilityRequest(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::check_cuda = false |
Definition at line 127 of file options.hpp.
Referenced by acmxvk::isUtilityRequest(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::check_deep_dream = false |
Definition at line 129 of file options.hpp.
Referenced by acmxvk::isUtilityRequest(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::check_dnn = false |
Definition at line 128 of file options.hpp.
Referenced by acmxvk::isUtilityRequest(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::check_midi = false |
Definition at line 122 of file options.hpp.
Referenced by acmxvk::isUtilityRequest(), main(), and acmxvk::parseOptions().
| std::string acmxvk::Options::compute_shader |
Definition at line 169 of file options.hpp.
Referenced by acmxvk::applyResourceDefaults(), acmxvk::MainWindow::loadShaders(), acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| bool acmxvk::Options::copy_audio = false |
Definition at line 105 of file options.hpp.
Referenced by acmxvk::MainWindow::mediaClockSeconds(), acmxvk::parseOptions(), acmxvk::MainWindow::startLiveAudioRecordingIfNeeded(), and acmxvk::MainWindow::~MainWindow().
| double acmxvk::Options::cross_fade_duration = 0.5 |
Definition at line 71 of file options.hpp.
Referenced by acmxvk::parseOptions().
| int acmxvk::Options::cuda_device = 0 |
Definition at line 62 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::cuda_device_specified = false |
Definition at line 124 of file options.hpp.
Referenced by main(), and acmxvk::parseOptions().
| std::vector<std::string> acmxvk::Options::custom_uniform_overrides |
Definition at line 162 of file options.hpp.
Referenced by acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| bool acmxvk::Options::deep_original = false |
Definition at line 144 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), and acmxvk::parseOptions().
| bool acmxvk::Options::disable_counter = false |
Definition at line 151 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::display_filter = false |
Definition at line 150 of file options.hpp.
Referenced by acmxvk::parseOptions().
| int acmxvk::Options::dream_channel = -1 |
Definition at line 65 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::dream_channel_specified = false |
Definition at line 137 of file options.hpp.
Referenced by acmxvk::parseOptions().
| double acmxvk::Options::dream_feedback = 0.9 |
Definition at line 81 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::dream_feedback_specified = false |
Definition at line 132 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::dream_fp16 = false |
Definition at line 136 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::dream_headless = false |
Definition at line 143 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), and acmxvk::parseOptions().
| int acmxvk::Options::dream_iterations = 1 |
Definition at line 63 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::dream_iterations_specified = false |
Definition at line 130 of file options.hpp.
Referenced by acmxvk::parseOptions().
| int acmxvk::Options::dream_jitter = 0 |
Definition at line 67 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::dream_jitter_specified = false |
Definition at line 140 of file options.hpp.
Referenced by acmxvk::parseOptions().
| std::string acmxvk::Options::dream_layer |
Definition at line 190 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), main(), acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| std::string acmxvk::Options::dream_model |
Definition at line 189 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), main(), acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| double acmxvk::Options::dream_octave_scale = 1.4 |
Definition at line 84 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::dream_octave_scale_specified = false |
Definition at line 139 of file options.hpp.
Referenced by acmxvk::parseOptions().
| int acmxvk::Options::dream_octaves = 1 |
Definition at line 66 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::dream_octaves_specified = false |
Definition at line 138 of file options.hpp.
Referenced by acmxvk::parseOptions().
| double acmxvk::Options::dream_rotation = 0.1 |
Definition at line 83 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::dream_rotation_specified = false |
Definition at line 134 of file options.hpp.
Referenced by acmxvk::parseOptions().
| int acmxvk::Options::dream_size = 512 |
Definition at line 64 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::dream_size_specified = false |
Definition at line 135 of file options.hpp.
Referenced by acmxvk::parseOptions().
| int acmxvk::Options::dream_smoothing = 0 |
Definition at line 68 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::dream_smoothing_specified = false |
Definition at line 141 of file options.hpp.
Referenced by acmxvk::parseOptions().
| double acmxvk::Options::dream_strength = 0.05 |
Definition at line 80 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::dream_strength_specified = false |
Definition at line 131 of file options.hpp.
Referenced by acmxvk::parseOptions().
| double acmxvk::Options::dream_zoom = 1.01 |
Definition at line 82 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::dream_zoom_specified = false |
Definition at line 133 of file options.hpp.
Referenced by acmxvk::parseOptions().
| double acmxvk::Options::duration = 0.0 |
Definition at line 70 of file options.hpp.
Referenced by acmxvk::parseOptions().
| std::string acmxvk::Options::edge_model |
Definition at line 186 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDnn(), main(), acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| bool acmxvk::Options::enable_3d = false |
Definition at line 99 of file options.hpp.
Referenced by acmxvk::MainWindow::isMidiModelAction(), acmxvk::MainWindow::midiActionKey(), and acmxvk::parseOptions().
| bool acmxvk::Options::enable_audio = false |
Definition at line 107 of file options.hpp.
Referenced by main(), acmxvk::MainWindow::openAudio(), and acmxvk::parseOptions().
| bool acmxvk::Options::enable_playlist = false |
Definition at line 96 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::enable_screenshot = false |
Definition at line 95 of file options.hpp.
Referenced by acmxvk::MainWindow::MainWindow(), and acmxvk::parseOptions().
| bool acmxvk::Options::enable_texture_cache = false |
Definition at line 97 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::enable_vsync = false |
Definition at line 94 of file options.hpp.
Referenced by acmxvk::parseOptions().
| std::int64_t acmxvk::Options::encode_bitrate = 0 |
Definition at line 49 of file options.hpp.
Referenced by acmxvk::parseOptions().
| std::string acmxvk::Options::encode_codec = "auto" |
Definition at line 179 of file options.hpp.
Referenced by acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| int acmxvk::Options::encode_crf = 18 |
Definition at line 48 of file options.hpp.
Referenced by acmxvk::parseOptions().
| std::string acmxvk::Options::encode_params |
Definition at line 180 of file options.hpp.
Referenced by acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| std::string acmxvk::Options::encode_preset = "medium" |
Definition at line 177 of file options.hpp.
Referenced by acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| bool acmxvk::Options::encode_realtime = false |
Definition at line 103 of file options.hpp.
Referenced by acmxvk::parseOptions().
| std::string acmxvk::Options::encode_tune |
Definition at line 178 of file options.hpp.
Referenced by acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| int acmxvk::Options::enumerate_camera_device = -1 |
Definition at line 46 of file options.hpp.
Referenced by acmxvk::isUtilityRequest(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::flip_output = false |
Definition at line 101 of file options.hpp.
Referenced by acmxvk::parseOptions().
| std::string acmxvk::Options::fragment_shader |
Definition at line 168 of file options.hpp.
Referenced by acmxvk::applyResourceDefaults(), acmxvk::MainWindow::loadShaders(), acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| FrameRotation acmxvk::Options::frame_rotation = FrameRotation::None |
Definition at line 159 of file options.hpp.
Referenced by main(), and acmxvk::parseOptions().
| bool acmxvk::Options::fullscreen = false |
Definition at line 91 of file options.hpp.
Referenced by acmxvk::parseOptions().
| int acmxvk::Options::generate_interval = 0 |
Definition at line 52 of file options.hpp.
Referenced by acmxvk::parseOptions(), and acmxvk::MainWindow::~MainWindow().
| std::string acmxvk::Options::glslc_executable = "glslc" |
Definition at line 173 of file options.hpp.
Referenced by acmxvk::buildShaderLibrary(), and acmxvk::parseOptions().
| bool acmxvk::Options::gpu_buffer_specified = false |
Definition at line 123 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::gpu_filter_before_dream = false |
Definition at line 145 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), and acmxvk::parseOptions().
| std::vector<int> acmxvk::Options::gpu_filter_indices |
Definition at line 164 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeGpuFilters(), main(), and acmxvk::parseOptions().
| int acmxvk::Options::gpu_frame_buffer_size = 10 |
Definition at line 61 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeGpuFilters(), and acmxvk::parseOptions().
| std::string acmxvk::Options::graphic_file |
Definition at line 166 of file options.hpp.
Referenced by main(), acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| bool acmxvk::Options::headless = false |
Definition at line 92 of file options.hpp.
Referenced by main(), acmxvk::MainWindow::MainWindow(), acmxvk::parseOptions(), and acmxvk::MainWindow::proc().
| int acmxvk::Options::height = 720 |
Definition at line 42 of file options.hpp.
Referenced by main(), acmxvk::parseOptions(), and acmxvk::MainWindow::proc().
| bool acmxvk::Options::history_test = false |
Definition at line 98 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::human_background = false |
Definition at line 146 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDnn(), main(), and acmxvk::parseOptions().
| double acmxvk::Options::human_black_point = 0.35 |
Definition at line 78 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::human_black_specified = false |
Definition at line 147 of file options.hpp.
Referenced by main(), and acmxvk::parseOptions().
| std::string acmxvk::Options::human_model |
Definition at line 187 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDnn(), main(), acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| double acmxvk::Options::human_white_point = 0.75 |
Definition at line 79 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::human_white_specified = false |
Definition at line 148 of file options.hpp.
Referenced by main(), and acmxvk::parseOptions().
| std::string acmxvk::Options::input_file |
Definition at line 165 of file options.hpp.
Referenced by acmxvk::parseOptions(), acmxvk::validateOptionStrings(), and acmxvk::MainWindow::~MainWindow().
| bool acmxvk::Options::interface_shm = false |
Definition at line 157 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::list_audio_devices = false |
Definition at line 116 of file options.hpp.
Referenced by acmxvk::isUtilityRequest(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::list_camera_devices = false |
Definition at line 117 of file options.hpp.
Referenced by acmxvk::isUtilityRequest(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::list_cuda_devices = false |
Definition at line 126 of file options.hpp.
Referenced by acmxvk::isUtilityRequest(), main(), and acmxvk::parseOptions().
| std::string acmxvk::Options::list_encoder_options |
Definition at line 181 of file options.hpp.
Referenced by acmxvk::isUtilityRequest(), main(), acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| bool acmxvk::Options::list_encoders = false |
Definition at line 149 of file options.hpp.
Referenced by acmxvk::isUtilityRequest(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::list_gpu_filters = false |
Definition at line 125 of file options.hpp.
Referenced by acmxvk::isUtilityRequest(), main(), and acmxvk::parseOptions().
| bool acmxvk::Options::list_midi_devices = false |
Definition at line 121 of file options.hpp.
Referenced by acmxvk::isUtilityRequest(), main(), and acmxvk::parseOptions().
| double acmxvk::Options::max_size_mb = 0.0 |
Definition at line 73 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::maximize_fps = false |
Definition at line 88 of file options.hpp.
Referenced by acmxvk::parseOptions(), and acmxvk::MainWindow::proc().
| std::vector<std::string> acmxvk::Options::midi_cc_mappings |
Definition at line 163 of file options.hpp.
Referenced by acmxvk::MainWindow::configureMidiMappings(), main(), acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| int acmxvk::Options::midi_device = -1 |
Definition at line 60 of file options.hpp.
Referenced by acmxvk::MainWindow::openMidi(), and acmxvk::parseOptions().
| bool acmxvk::Options::midi_device_specified = false |
Definition at line 119 of file options.hpp.
Referenced by main(), acmxvk::MainWindow::openMidi(), and acmxvk::parseOptions().
| std::string acmxvk::Options::midi_map_file |
Definition at line 185 of file options.hpp.
Referenced by acmxvk::MainWindow::configureMidiMappings(), main(), acmxvk::MainWindow::openMidi(), acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| bool acmxvk::Options::midi_monitor = false |
Definition at line 120 of file options.hpp.
Referenced by acmxvk::MainWindow::applyMidiCc(), acmxvk::MainWindow::configureMidiMappings(), acmxvk::MainWindow::dispatchMidiAction(), main(), acmxvk::MainWindow::openMidi(), acmxvk::parseOptions(), acmxvk::MainWindow::pollMidi(), and acmxvk::MainWindow::setMidiUniform().
| std::string acmxvk::Options::model_file |
Definition at line 174 of file options.hpp.
Referenced by acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| bool acmxvk::Options::mute_output = false |
Definition at line 106 of file options.hpp.
Referenced by acmxvk::MainWindow::mediaClockSeconds(), acmxvk::parseOptions(), acmxvk::MainWindow::startLiveAudioRecordingIfNeeded(), and acmxvk::MainWindow::~MainWindow().
| bool acmxvk::Options::no_drop = false |
Definition at line 104 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::normalized_time = false |
Definition at line 100 of file options.hpp.
Referenced by acmxvk::parseOptions().
| std::string acmxvk::Options::onnx_configuration |
Definition at line 188 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDnn(), main(), acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| std::string acmxvk::Options::output_file |
Definition at line 176 of file options.hpp.
Referenced by acmxvk::parseOptions(), acmxvk::MainWindow::start_requested_audio_recording(), acmxvk::validateOptionStrings(), and acmxvk::MainWindow::~MainWindow().
| std::string acmxvk::Options::playlist_file |
Definition at line 175 of file options.hpp.
Referenced by acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| bool acmxvk::Options::png_output = false |
Definition at line 102 of file options.hpp.
Referenced by acmxvk::parseOptions(), acmxvk::MainWindow::start_requested_audio_recording(), acmxvk::MainWindow::startLiveAudioRecordingIfNeeded(), and acmxvk::MainWindow::~MainWindow().
| std::string acmxvk::Options::probe_hdr_file |
Definition at line 182 of file options.hpp.
Referenced by acmxvk::isUtilityRequest(), main(), acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| double acmxvk::Options::random_dream_interval = 0.0 |
Definition at line 85 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), and acmxvk::parseOptions().
| bool acmxvk::Options::random_dream_specified = false |
Definition at line 142 of file options.hpp.
Referenced by acmxvk::MainWindow::initializeDeepDream(), and acmxvk::parseOptions().
| std::string acmxvk::Options::record_audio_file |
Definition at line 184 of file options.hpp.
Referenced by acmxvk::parseOptions(), acmxvk::MainWindow::start_requested_audio_recording(), acmxvk::MainWindow::startLiveAudioRecordingIfNeeded(), acmxvk::validateOptionStrings(), and acmxvk::MainWindow::~MainWindow().
| bool acmxvk::Options::repeat = false |
Definition at line 93 of file options.hpp.
Referenced by acmxvk::parseOptions().
| double acmxvk::Options::requested_fps = 0.0 |
Definition at line 69 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::resolution_specified = false |
Definition at line 86 of file options.hpp.
Referenced by main(), and acmxvk::parseOptions().
| std::string acmxvk::Options::resource_directory |
Definition at line 192 of file options.hpp.
Referenced by acmxvk::applyResourceDefaults(), main(), acmxvk::parseOptions(), acmxvk::resource_directories(), and acmxvk::validateOptionStrings().
| std::string acmxvk::Options::shader_directory |
Definition at line 167 of file options.hpp.
Referenced by acmxvk::applyResourceDefaults(), acmxvk::MainWindow::loadShaders(), acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| std::string acmxvk::Options::shader_file |
Definition at line 170 of file options.hpp.
Referenced by acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| int acmxvk::Options::shader_index = 0 |
Definition at line 47 of file options.hpp.
Referenced by acmxvk::parseOptions().
| std::vector<std::string> acmxvk::Options::shader_pass_files |
Definition at line 161 of file options.hpp.
Referenced by acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| std::vector<int> acmxvk::Options::shader_pass_indices |
Definition at line 160 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::show_help = false |
Definition at line 158 of file options.hpp.
Referenced by acmxvk::isUtilityRequest(), main(), and acmxvk::parseOptions().
| std::string acmxvk::Options::snapshot_directory = "." |
Definition at line 191 of file options.hpp.
Referenced by acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| int acmxvk::Options::texture_cache_size = 8 |
Definition at line 55 of file options.hpp.
Referenced by acmxvk::parseOptions().
| double acmxvk::Options::time_speed = 1.0 |
Definition at line 72 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::unbuffered_output = false |
Definition at line 156 of file options.hpp.
Referenced by acmxvk::parseOptions().
| bool acmxvk::Options::use_source_audio = false |
Definition at line 90 of file options.hpp.
Referenced by acmxvk::MainWindow::openAudio(), and acmxvk::parseOptions().
| bool acmxvk::Options::use_source_fps = false |
Definition at line 89 of file options.hpp.
Referenced by acmxvk::MainWindow::mediaClockSeconds(), acmxvk::parseOptions(), and acmxvk::MainWindow::setSourcePlaybackClockPaused().
| bool acmxvk::Options::use_yuv = false |
Definition at line 87 of file options.hpp.
Referenced by acmxvk::parseOptions().
| std::array<std::uint8_t, 3> acmxvk::Options::watermark_color {255U, 0U, 150U} |
Definition at line 194 of file options.hpp.
Referenced by acmxvk::parseOptions().
| std::string acmxvk::Options::watermark_text |
Definition at line 193 of file options.hpp.
Referenced by acmxvk::MainWindow::event(), acmxvk::MainWindow::midiActionKey(), acmxvk::parseOptions(), and acmxvk::validateOptionStrings().
| int acmxvk::Options::width = 1280 |
Definition at line 41 of file options.hpp.
Referenced by main(), acmxvk::parseOptions(), and acmxvk::MainWindow::proc().