|
Blender
V2.59
|
#include <IMB_anim.h>
Public Attributes | |
| int | ib_flags |
| int | curtype |
| int | curposition |
| int | duration |
| 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 |
| struct ImBuf * | ibuf1 |
| struct ImBuf * | ibuf2 |
| struct _AviMovie * | avi |
Definition at line 131 of file IMB_anim.h.
Definition at line 156 of file IMB_anim.h.
Referenced by avi_fetchibuf(), free_anim_avi(), and startavi().
Definition at line 134 of file IMB_anim.h.
Referenced by avi_fetchibuf(), IMB_anim_absolute(), and startavi().
| int anim::curtype |
Definition at line 133 of file IMB_anim.h.
Referenced by anim_getnew(), and IMB_anim_absolute().
| int anim::duration |
Definition at line 135 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().
| int anim::ib_flags |
Definition at line 132 of file IMB_anim.h.
Referenced by anim_getnew(), avi_fetchibuf(), IMB_anim_absolute(), and IMB_open_anim().
| struct ImBuf* anim::ibuf1 |
Definition at line 153 of file IMB_anim.h.
Referenced by IMB_free_anim_ibuf().
| struct ImBuf * anim::ibuf2 |
Definition at line 153 of file IMB_anim.h.
Referenced by IMB_free_anim_ibuf().
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(), 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().
| 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(), and startavi().
| int anim::y |
Definition at line 136 of file IMB_anim.h.
Referenced by anim_getnew(), avi_fetchibuf(), and startavi().