Blender V5.0
blender::seq::SourceImageCache::FrameEntry Struct Reference

Public Attributes

ImBufimage = nullptr
float strip_frame = 0

Detailed Description

Definition at line 30 of file source_image_cache.cc.

Member Data Documentation

◆ image

ImBuf* blender::seq::SourceImageCache::FrameEntry::image = nullptr

Definition at line 31 of file source_image_cache.cc.

◆ strip_frame

float blender::seq::SourceImageCache::FrameEntry::strip_frame = 0

Frame in timeline, relative to strip start. Used to determine which entries to evict (furthest from the play-head). Due to reversed frames, playback rate, retiming the relationship between source frame index and timeline frame is not a simple one.

Definition at line 38 of file source_image_cache.cc.


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