|
Blender V5.0
|
#include <DNA_sequence_types.h>
Public Attributes | |
| char | dirpath [768] |
| char | filename [256] |
| struct MovieReader * | anim |
| short | tc |
| short | quality |
| short | build_size_flags |
| short | build_tc_flags |
| short | build_flags |
| char | storage |
| char | _pad [5] |
Definition at line 110 of file DNA_sequence_types.h.
| char StripProxy::_pad[5] |
Definition at line 124 of file DNA_sequence_types.h.
| struct MovieReader* StripProxy::anim |
Definition at line 115 of file DNA_sequence_types.h.
Referenced by blender::seq::free_strip_proxy(), blender::seq::seq_proxy_fetch(), blender::seq::seq_render_movie_strip_custom_file_proxy(), blender::seq::strip_duplicate(), and blender::seq::strip_read_data_cb().
| short StripProxy::build_flags |
Definition at line 122 of file DNA_sequence_types.h.
Referenced by blender::seq::proxy_rebuild_context(), and blender::seq::seq_proxy_need_rebuild().
| short StripProxy::build_size_flags |
Definition at line 120 of file DNA_sequence_types.h.
Referenced by blender::seq::can_use_proxy(), can_use_proxy(), blender::seq::proxy_rebuild_context(), and blender::seq::seq_proxy_need_rebuild().
| short StripProxy::build_tc_flags |
Definition at line 121 of file DNA_sequence_types.h.
Referenced by blender::seq::proxy_rebuild_context(), and blender::seq::seq_strip_proxy_alloc().
| char StripProxy::dirpath[768] |
Custom directory for index and proxy files (defaults to "BL_proxy").
Definition at line 112 of file DNA_sequence_types.h.
Referenced by blender::seq::proxy_dir_get(), blender::seq::seq_proxy_get_custom_file_filepath(), blender::seq::seq_proxy_get_filepath(), and strip_sound_proxy_update_cb().
| char StripProxy::filename[256] |
Custom file.
Definition at line 114 of file DNA_sequence_types.h.
Referenced by blender::seq::seq_proxy_get_custom_file_filepath().
| short StripProxy::quality |
Definition at line 119 of file DNA_sequence_types.h.
Referenced by blender::seq::proxy_rebuild_context(), blender::seq::seq_proxy_build_frame(), and blender::seq::seq_strip_proxy_alloc().
| char StripProxy::storage |
Definition at line 123 of file DNA_sequence_types.h.
Referenced by blender::seq::proxy_rebuild(), blender::seq::seq_proxy_fetch(), blender::seq::seq_proxy_get_filepath(), blender::seq::seq_render_movie_strip_view(), strip_update_proxy_cb(), and blender::seq::use_proxy().
| short StripProxy::tc |
Definition at line 117 of file DNA_sequence_types.h.
Referenced by blender::seq::add_reload_new_file(), blender::seq::seq_proxy_fetch(), blender::seq::seq_render_movie_strip_timecode_get(), blender::seq::seq_strip_proxy_alloc(), and strip_proxies_timecode_update().