|
LiVES 3.2.0
|
#include <interface.h>
Data Fields | |
| char | URI [8192] |
| char | save_dir [PATH_MAX] |
| char | fname [PATH_MAX] |
| char | format [256] |
| char | ext [16] |
| int | desired_width |
| int | desired_height |
| float | desired_fps |
| lives_size_match_t | matchsize |
| boolean | do_update |
| boolean | allownf |
| boolean | debug |
| char | vidchoice [512] |
| char | audchoice [512] |
Definition at line 253 of file interface.h.
| boolean lives_remote_clip_request_t::allownf |
Definition at line 264 of file interface.h.
Referenced by on_utube_select(), and run_youtube_dialog().
| char lives_remote_clip_request_t::audchoice[512] |
Definition at line 267 of file interface.h.
Referenced by on_utube_select(), and run_youtube_dialog().
| boolean lives_remote_clip_request_t::debug |
Definition at line 265 of file interface.h.
Referenced by on_utube_select(), and run_youtube_dialog().
| float lives_remote_clip_request_t::desired_fps |
Definition at line 261 of file interface.h.
Referenced by run_youtube_dialog().
| int lives_remote_clip_request_t::desired_height |
Definition at line 260 of file interface.h.
Referenced by on_utube_select(), and run_youtube_dialog().
| int lives_remote_clip_request_t::desired_width |
Definition at line 259 of file interface.h.
Referenced by on_utube_select(), and run_youtube_dialog().
| boolean lives_remote_clip_request_t::do_update |
Definition at line 263 of file interface.h.
Referenced by on_utube_select(), and run_youtube_dialog().
| char lives_remote_clip_request_t::ext[16] |
Definition at line 258 of file interface.h.
Referenced by on_utube_select().
| char lives_remote_clip_request_t::fname[PATH_MAX] |
Definition at line 256 of file interface.h.
Referenced by on_utube_select(), and run_youtube_dialog().
| char lives_remote_clip_request_t::format[256] |
Definition at line 257 of file interface.h.
Referenced by on_utube_select(), and run_youtube_dialog().
| lives_size_match_t lives_remote_clip_request_t::matchsize |
Definition at line 262 of file interface.h.
Referenced by on_utube_select(), and run_youtube_dialog().
| char lives_remote_clip_request_t::save_dir[PATH_MAX] |
Definition at line 255 of file interface.h.
Referenced by on_utube_select(), and run_youtube_dialog().
| char lives_remote_clip_request_t::URI[8192] |
Definition at line 254 of file interface.h.
Referenced by on_utube_select(), and run_youtube_dialog().
| char lives_remote_clip_request_t::vidchoice[512] |
Definition at line 266 of file interface.h.
Referenced by on_utube_select(), run_youtube_dialog(), and youtube_select_format().