|
LiVES 3.2.0
|
#include <preferences.h>
Data Fields | |
| char | workdir [PATH_MAX] |
| char | theme [64] |
| char | vpp_name [64] |
| new video playback plugin More... | |
| int | vpp_fixed_fps_numer |
| int | vpp_fixed_fps_denom |
| double | vpp_fixed_fpsd |
| int | vpp_palette |
| int | vpp_YUV_clamping |
| int | vpp_fwidth |
| int | vpp_fheight |
| int | vpp_argc |
| int | nfx_threads |
| char ** | vpp_argv |
| uint64_t | disk_quota |
| _encoder | encoder |
| boolean | show_recent |
| boolean | osc_start |
| int | startup_interface |
| uint32_t | jack_opts |
| int | audio_src |
| uint32_t | audio_opts |
| short | pb_quality |
| short | sepwin_type |
| LiVESList * | disabled_decoders |
| LiVESList * | disabled_decoders_new |
| volatile float | volume |
| audio volume level (for jack and pulse) More... | |
| boolean | vj_mode |
| boolean | ar_clipset |
| int | msg_textsize |
| boolean | pref_trash |
| user prefers trash to delete (future / present swapped) More... | |
| boolean | letterbox_mt |
Definition at line 795 of file preferences.h.
| boolean _future_prefs::ar_clipset |
Definition at line 840 of file preferences.h.
| uint32_t _future_prefs::audio_opts |
Definition at line 830 of file preferences.h.
Referenced by aud_lock_callback().
| int _future_prefs::audio_src |
Definition at line 828 of file preferences.h.
Referenced by pref_factory_bool().
| LiVESList* _future_prefs::disabled_decoders |
Definition at line 834 of file preferences.h.
Referenced by on_decplug_advanced_clicked(), on_prefs_close_clicked(), and on_prefs_revert_clicked().
| LiVESList* _future_prefs::disabled_decoders_new |
Definition at line 835 of file preferences.h.
| uint64_t _future_prefs::disk_quota |
Definition at line 818 of file preferences.h.
Referenced by pref_factory_int64().
| _encoder _future_prefs::encoder |
Definition at line 820 of file preferences.h.
Referenced by on_encoder_entry_changed(), on_encoder_ofmt_changed(), rdet_acodec_changed(), and set_acodec_list_from_allowed().
| uint32_t _future_prefs::jack_opts |
Definition at line 827 of file preferences.h.
| boolean _future_prefs::letterbox_mt |
Definition at line 844 of file preferences.h.
Referenced by check_for_layout_del(), and pref_factory_bool().
| int _future_prefs::msg_textsize |
Definition at line 842 of file preferences.h.
Referenced by pref_factory_string_choice().
| int _future_prefs::nfx_threads |
Definition at line 815 of file preferences.h.
Referenced by run_process_func().
| boolean _future_prefs::osc_start |
Definition at line 824 of file preferences.h.
| short _future_prefs::pb_quality |
Definition at line 831 of file preferences.h.
Referenced by reset_effort().
| boolean _future_prefs::pref_trash |
user prefers trash to delete (future / present swapped)
Definition at line 843 of file preferences.h.
Referenced by save_future_prefs().
| short _future_prefs::sepwin_type |
Definition at line 832 of file preferences.h.
Referenced by on_sticky_activate(), and pref_factory_int().
| boolean _future_prefs::show_recent |
Definition at line 822 of file preferences.h.
Referenced by save_future_prefs().
| int _future_prefs::startup_interface |
Definition at line 825 of file preferences.h.
Referenced by do_startup_interface_query().
| char _future_prefs::theme[64] |
Definition at line 800 of file preferences.h.
Referenced by on_import_theme_activate(), on_prefs_apply_clicked(), and set_palette_colours().
| boolean _future_prefs::vj_mode |
Definition at line 839 of file preferences.h.
Referenced by on_quit_activate(), pref_factory_bool(), and vj_mode_toggled().
| volatile float _future_prefs::volume |
audio volume level (for jack and pulse)
Definition at line 837 of file preferences.h.
Referenced by pref_factory_float().
| int _future_prefs::vpp_argc |
Definition at line 814 of file preferences.h.
Referenced by after_vpp_changed(), on_vppa_ok_clicked(), open_vid_playback_plugin(), and set_vpp().
| char** _future_prefs::vpp_argv |
Definition at line 817 of file preferences.h.
Referenced by after_vpp_changed(), on_prefs_revert_clicked(), on_vppa_ok_clicked(), open_vid_playback_plugin(), and set_vpp().
| int _future_prefs::vpp_fheight |
Definition at line 812 of file preferences.h.
Referenced by on_vppa_ok_clicked(), open_vid_playback_plugin(), and set_vpp().
| int _future_prefs::vpp_fixed_fps_denom |
Definition at line 804 of file preferences.h.
Referenced by on_vppa_ok_clicked(), open_vid_playback_plugin(), and set_vpp().
| int _future_prefs::vpp_fixed_fps_numer |
Definition at line 803 of file preferences.h.
Referenced by on_vppa_ok_clicked(), open_vid_playback_plugin(), and set_vpp().
| double _future_prefs::vpp_fixed_fpsd |
Definition at line 806 of file preferences.h.
Referenced by on_vppa_ok_clicked(), open_vid_playback_plugin(), and set_vpp().
| int _future_prefs::vpp_fwidth |
Definition at line 811 of file preferences.h.
Referenced by on_vppa_ok_clicked(), open_vid_playback_plugin(), and set_vpp().
| char _future_prefs::vpp_name[64] |
new video playback plugin
Definition at line 801 of file preferences.h.
Referenced by after_vpp_changed(), on_prefs_revert_clicked(), on_send_lives2lives_activate(), on_vpp_advanced_clicked(), open_vid_playback_plugin(), and set_vpp().
| int _future_prefs::vpp_palette |
Definition at line 808 of file preferences.h.
Referenced by on_vppa_ok_clicked(), open_vid_playback_plugin(), and set_vpp().
| int _future_prefs::vpp_YUV_clamping |
Definition at line 809 of file preferences.h.
Referenced by on_vppa_ok_clicked(), open_vid_playback_plugin(), and set_vpp().
| char _future_prefs::workdir[PATH_MAX] |
Definition at line 799 of file preferences.h.
Referenced by do_workdir_query(), lives_exit(), and save_future_prefs().