Blender V4.3
blender::seq::ThumbnailCache::FrameEntry Struct Reference

Public Attributes

int frame_index = 0
 
int stream_index = 0
 
ImBufthumb = nullptr
 
int64_t used_at = 0
 

Detailed Description

Definition at line 50 of file thumbnail_cache.cc.

Member Data Documentation

◆ frame_index

int blender::seq::ThumbnailCache::FrameEntry::frame_index = 0

Definition at line 51 of file thumbnail_cache.cc.

◆ stream_index

int blender::seq::ThumbnailCache::FrameEntry::stream_index = 0

Definition at line 52 of file thumbnail_cache.cc.

◆ thumb

ImBuf* blender::seq::ThumbnailCache::FrameEntry::thumb = nullptr

Definition at line 53 of file thumbnail_cache.cc.

◆ used_at

int64_t blender::seq::ThumbnailCache::FrameEntry::used_at = 0

Definition at line 54 of file thumbnail_cache.cc.


The documentation for this struct was generated from the following file: