Blender V5.0
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 54 of file thumbnail_cache.cc.

Member Data Documentation

◆ frame_index

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

Definition at line 55 of file thumbnail_cache.cc.

◆ stream_index

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

Definition at line 56 of file thumbnail_cache.cc.

◆ thumb

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

Definition at line 57 of file thumbnail_cache.cc.

◆ used_at

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

Definition at line 58 of file thumbnail_cache.cc.


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