|
Blender
V2.93
|
#include <IMB_indexer.h>
Public Attributes | |
| int | frameno |
| uint64_t | seek_pos |
| uint64_t | seek_pos_pts |
| uint64_t | seek_pos_dts |
| uint64_t | pts |
Definition at line 49 of file IMB_indexer.h.
| int anim_index_entry::frameno |
Definition at line 50 of file IMB_indexer.h.
Referenced by IMB_indexer_get_duration(), IMB_indexer_get_frame_index(), and IMB_indexer_open().
| uint64_t anim_index_entry::pts |
Definition at line 54 of file IMB_indexer.h.
Referenced by IMB_indexer_get_pts(), and IMB_indexer_open().
| uint64_t anim_index_entry::seek_pos |
Definition at line 51 of file IMB_indexer.h.
Referenced by IMB_indexer_get_seek_pos(), and IMB_indexer_open().
| uint64_t anim_index_entry::seek_pos_dts |
Definition at line 53 of file IMB_indexer.h.
Referenced by IMB_indexer_get_seek_pos_dts(), and IMB_indexer_open().
| uint64_t anim_index_entry::seek_pos_pts |
Definition at line 52 of file IMB_indexer.h.
Referenced by IMB_indexer_get_seek_pos_pts(), and IMB_indexer_open().