|
LiVES 3.2.0
|
#include <plugins.h>
Data Fields | |
| char | name [64] |
| uint32_t | audio_codec |
| uint32_t | capabilities |
| char | of_name [64] |
| char | of_desc [128] |
| int | of_allowed_acodecs |
| char | of_restrict [1024] |
| char | of_def_ext [16] |
| char | ptext [512] |
| uint32_t _encoder::audio_codec |
Definition at line 235 of file plugins.h.
Referenced by apply_prefs(), check_encoder_restrictions(), rdet_acodec_changed(), save_file(), and set_acodec_list_from_allowed().
| uint32_t _encoder::capabilities |
Definition at line 255 of file plugins.h.
Referenced by on_encoder_entry_changed(), and save_file().
| char _encoder::name[64] |
Definition at line 234 of file plugins.h.
Referenced by apply_prefs(), check_encoder_restrictions(), create_prefs_dialog(), create_render_details(), do_encoder_img_fmt_error(), lives_exit(), on_encoder_entry_changed(), on_encoder_ofmt_changed(), and save_file().
| int _encoder::of_allowed_acodecs |
Definition at line 265 of file plugins.h.
Referenced by apply_prefs(), check_encoder_restrictions(), create_prefs_dialog(), create_render_details(), on_encoder_entry_changed(), on_encoder_ofmt_changed(), save_file(), and set_acodec_list_from_allowed().
| char _encoder::of_def_ext[16] |
Definition at line 267 of file plugins.h.
Referenced by check_encoder_restrictions(), and save_file().
| char _encoder::of_desc[128] |
Definition at line 264 of file plugins.h.
Referenced by apply_prefs(), create_prefs_dialog(), create_render_details(), do_encoder_restrict_dialog(), on_encoder_ofmt_changed(), plugin_run_param_window(), rdet_suggest_values(), and save_file().
| char _encoder::of_name[64] |
Definition at line 263 of file plugins.h.
Referenced by apply_prefs(), check_encoder_restrictions(), create_prefs_dialog(), create_render_details(), on_encoder_ofmt_changed(), and save_file().
| char _encoder::of_restrict[1024] |
Definition at line 266 of file plugins.h.
Referenced by apply_prefs(), check_encoder_restrictions(), create_prefs_dialog(), on_encoder_entry_changed(), and on_encoder_ofmt_changed().
| char _encoder::ptext[512] |
Definition at line 268 of file plugins.h.
Referenced by check_encoder_restrictions(), and pump_io_chan().