Blender V2.61 - r43446
|
#include <IMB_anim.h>
Public Attributes | |
int | ib_flags |
int | curtype |
int | curposition |
int | duration |
short | frs_sec |
float | frs_sec_base |
int | x |
int | y |
char | name [256] |
char | first [256] |
void * | movie |
void * | track |
void * | params |
int | orientation |
size_t | framesize |
int | interlacing |
int | preseek |
int | streamindex |
struct _AviMovie * | avi |
char | index_dir [256] |
int | proxies_tried |
int | indices_tried |
struct anim * | proxy_anim [IMB_PROXY_MAX_SLOT] |
struct anim_index * | curr_idx [IMB_TC_MAX_SLOT] |
Definition at line 129 of file IMB_anim.h.
Definition at line 154 of file IMB_anim.h.
Referenced by avi_fetchibuf(), free_anim_avi(), and startavi().
Definition at line 132 of file IMB_anim.h.
Referenced by avi_fetchibuf(), IMB_anim_absolute(), and startavi().
struct anim_index* anim::curr_idx[IMB_TC_MAX_SLOT] |
Definition at line 198 of file IMB_anim.h.
Referenced by IMB_anim_open_index(), and IMB_free_indices().
int anim::curtype |
Definition at line 131 of file IMB_anim.h.
Referenced by anim_getnew(), IMB_anim_absolute(), and IMB_anim_index_rebuild().
int anim::duration |
Definition at line 133 of file IMB_anim.h.
Referenced by anim_getnew(), avi_fetchibuf(), free_anim_avi(), IMB_anim_absolute(), IMB_anim_get_duration(), IMB_anim_previewframe(), and startavi().
char anim::first[256] |
Definition at line 141 of file IMB_anim.h.
Referenced by anim_getnew(), and IMB_anim_absolute().
size_t anim::framesize |
Definition at line 148 of file IMB_anim.h.
Referenced by avi_fetchibuf(), and startavi().
short anim::frs_sec |
Definition at line 134 of file IMB_anim.h.
Referenced by avi_fetchibuf(), and IMB_anim_get_fps().
float anim::frs_sec_base |
Definition at line 135 of file IMB_anim.h.
Referenced by avi_fetchibuf(), and IMB_anim_get_fps().
int anim::ib_flags |
Definition at line 130 of file IMB_anim.h.
Referenced by anim_getnew(), avi_fetchibuf(), IMB_anim_absolute(), and IMB_open_anim().
char anim::index_dir[256] |
Definition at line 192 of file IMB_anim.h.
Referenced by get_index_dir(), and IMB_anim_set_index_dir().
Definition at line 195 of file IMB_anim.h.
Referenced by IMB_anim_open_index(), and IMB_free_indices().
Definition at line 149 of file IMB_anim.h.
Referenced by avi_fetchibuf(), and startavi().
void* anim::movie |
Definition at line 144 of file IMB_anim.h.
char anim::name[256] |
Definition at line 139 of file IMB_anim.h.
Referenced by anim_getnew(), avi_fetchibuf(), get_index_dir(), IMB_anim_absolute(), IMB_open_anim(), and startavi().
Definition at line 147 of file IMB_anim.h.
Referenced by avi_fetchibuf(), and startavi().
void* anim::params |
Definition at line 146 of file IMB_anim.h.
Referenced by avi_fetchibuf(), and startavi().
int anim::preseek |
Definition at line 150 of file IMB_anim.h.
Referenced by avi_fetchibuf(), IMB_anim_get_preseek(), IMB_anim_set_preseek(), and startavi().
Definition at line 194 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 197 of file IMB_anim.h.
Referenced by IMB_anim_open_proxy(), and IMB_free_indices().
Definition at line 151 of file IMB_anim.h.
Referenced by avi_fetchibuf(), get_proxy_filename(), get_tc_filename(), IMB_open_anim(), and startavi().
void* anim::track |
Definition at line 145 of file IMB_anim.h.
int anim::x |
Definition at line 136 of file IMB_anim.h.
Referenced by anim_getnew(), avi_fetchibuf(), index_rebuild_fallback(), and startavi().
int anim::y |
Definition at line 136 of file IMB_anim.h.
Referenced by anim_getnew(), avi_fetchibuf(), index_rebuild_fallback(), and startavi().