|
Blender
V3.3
|
#include <IMB_anim.h>
Public Attributes | |
| int | ib_flags |
| int | curtype |
| int | cur_position |
| int | duration_in_frames |
| int | frs_sec |
| double | frs_sec_base |
| double | start_offset |
| int | x |
| int | y |
| char | name [1024] |
| char | first [1024] |
| void * | movie |
| void * | track |
| void * | params |
| int | orientation |
| size_t | framesize |
| int | interlacing |
| int | streamindex |
| struct _AviMovie * | avi |
| char | index_dir [768] |
| int | proxies_tried |
| int | indices_tried |
| struct anim * | proxy_anim [IMB_PROXY_MAX_SLOT] |
| struct anim_index * | curr_idx [IMB_TC_MAX_SLOT] |
| char | colorspace [64] |
| char | suffix [64] |
| struct IDProperty * | metadata |
Definition at line 71 of file IMB_anim.h.
| struct _AviMovie* anim::avi |
Definition at line 96 of file IMB_anim.h.
Referenced by IMB_anim_can_produce_frames().
| char anim::colorspace[64] |
Definition at line 138 of file IMB_anim.h.
Referenced by anim_getnew(), IMB_anim_absolute(), IMB_anim_open_proxy(), IMB_open_anim(), openanim_noload(), prefetch_data_fn(), and SEQ_add_movie_strip().
| int anim::cur_position |
Definition at line 74 of file IMB_anim.h.
Referenced by IMB_anim_absolute().
| struct anim_index* anim::curr_idx[IMB_TC_MAX_SLOT] |
Definition at line 136 of file IMB_anim.h.
Referenced by IMB_anim_open_index(), and IMB_free_indices().
| int anim::curtype |
Definition at line 73 of file IMB_anim.h.
Referenced by anim_getnew(), IMB_anim_absolute(), IMB_anim_index_rebuild_context(), and IMB_anim_load_metadata().
| int anim::duration_in_frames |
Definition at line 75 of file IMB_anim.h.
Referenced by anim_getnew(), IMB_anim_absolute(), IMB_anim_get_duration(), and IMB_anim_previewframe().
| char anim::first[1024] |
Definition at line 84 of file IMB_anim.h.
Referenced by anim_getnew(), build_pict_list_ex(), IMB_anim_absolute(), and ipo_to_animdata().
| size_t anim::framesize |
Definition at line 91 of file IMB_anim.h.
| int anim::frs_sec |
Definition at line 76 of file IMB_anim.h.
Referenced by IMB_anim_get_fps(), prefetch_data_fn(), and SEQ_add_movie_strip().
| double anim::frs_sec_base |
Definition at line 77 of file IMB_anim.h.
Referenced by IMB_anim_get_fps(), prefetch_data_fn(), and SEQ_add_movie_strip().
| int anim::ib_flags |
Definition at line 72 of file IMB_anim.h.
Referenced by anim_getnew(), IMB_anim_absolute(), and IMB_open_anim().
| char anim::index_dir[768] |
Definition at line 130 of file IMB_anim.h.
Referenced by get_index_dir(), and IMB_anim_set_index_dir().
| int anim::indices_tried |
Definition at line 133 of file IMB_anim.h.
Referenced by IMB_anim_open_index(), and IMB_free_indices().
| int anim::interlacing |
Definition at line 92 of file IMB_anim.h.
| struct IDProperty* anim::metadata |
Definition at line 141 of file IMB_anim.h.
Referenced by IMB_anim_load_metadata(), and IMB_free_anim().
| void* anim::movie |
Definition at line 87 of file IMB_anim.h.
| char anim::name[1024] |
Definition at line 82 of file IMB_anim.h.
Referenced by anim_getnew(), get_index_dir(), get_proxy_filepath(), IMB_anim_absolute(), IMB_anim_get_fname(), IMB_open_anim(), and openanim_noload().
| int anim::orientation |
Definition at line 90 of file IMB_anim.h.
| void* anim::params |
Definition at line 89 of file IMB_anim.h.
| int anim::proxies_tried |
Definition at line 132 of file IMB_anim.h.
Referenced by IMB_anim_open_proxy(), and IMB_free_indices().
| struct anim* anim::proxy_anim[IMB_PROXY_MAX_SLOT] |
Definition at line 135 of file IMB_anim.h.
Referenced by IMB_anim_open_proxy(), and IMB_free_indices().
| double anim::start_offset |
Definition at line 78 of file IMB_anim.h.
Referenced by IMD_anim_get_offset().
| int anim::streamindex |
Definition at line 93 of file IMB_anim.h.
Referenced by get_proxy_filepath(), get_tc_filename(), IMB_open_anim(), and openanim_noload().
| char anim::suffix[64] |
Definition at line 139 of file IMB_anim.h.
Referenced by get_proxy_filepath(), get_tc_filename(), and IMB_suffix_anim().
| void* anim::track |
Definition at line 88 of file IMB_anim.h.
| int anim::x |
Definition at line 79 of file IMB_anim.h.
Referenced by IMB_anim_get_image_width().
| int anim::y |
Definition at line 79 of file IMB_anim.h.
Referenced by IMB_anim_get_image_height().