|
Blender V4.3
|
#include <IMB_indexer.hh>
Public Attributes | |
| int | frameno |
| uint64_t | seek_pos |
| uint64_t | seek_pos_pts |
| uint64_t | seek_pos_dts |
| uint64_t | pts |
Definition at line 37 of file IMB_indexer.hh.
| int anim_index_entry::frameno |
Definition at line 38 of file IMB_indexer.hh.
Referenced by IMB_indexer_get_duration(), IMB_indexer_get_frame_index(), and IMB_indexer_open().
| uint64_t anim_index_entry::pts |
Definition at line 42 of file IMB_indexer.hh.
Referenced by IMB_indexer_get_pts(), and IMB_indexer_open().
| uint64_t anim_index_entry::seek_pos |
Definition at line 39 of file IMB_indexer.hh.
Referenced by IMB_indexer_get_seek_pos(), and IMB_indexer_open().
| uint64_t anim_index_entry::seek_pos_dts |
Definition at line 41 of file IMB_indexer.hh.
Referenced by IMB_indexer_get_seek_pos_dts(), and IMB_indexer_open().
| uint64_t anim_index_entry::seek_pos_pts |
Definition at line 40 of file IMB_indexer.hh.
Referenced by IMB_indexer_get_seek_pos_pts(), and IMB_indexer_open().