Blender V4.5
PrefetchJob Struct Reference

Public Attributes

MovieClipclip
 
MovieClipclip_local
 
int start_frame
 
int current_frame
 
int end_frame
 
short render_size
 
short render_flag
 

Detailed Description

Definition at line 661 of file clip_editor.cc.

Member Data Documentation

◆ clip

MovieClip* PrefetchJob::clip

Clip into which cache the frames will be pre-fetched into.

Definition at line 663 of file clip_editor.cc.

Referenced by clip_start_prefetch_job(), and prefetch_startjob().

◆ clip_local

MovieClip* PrefetchJob::clip_local

Definition at line 670 of file clip_editor.cc.

Referenced by clip_start_prefetch_job(), prefetch_freejob(), and prefetch_startjob().

◆ current_frame

int PrefetchJob::current_frame

Definition at line 672 of file clip_editor.cc.

Referenced by clip_start_prefetch_job(), and prefetch_startjob().

◆ end_frame

int PrefetchJob::end_frame

Definition at line 672 of file clip_editor.cc.

Referenced by clip_start_prefetch_job(), and prefetch_startjob().

◆ render_flag

short PrefetchJob::render_flag

Definition at line 673 of file clip_editor.cc.

Referenced by clip_start_prefetch_job(), and prefetch_startjob().

◆ render_size

short PrefetchJob::render_size

Definition at line 673 of file clip_editor.cc.

Referenced by clip_start_prefetch_job(), and prefetch_startjob().

◆ start_frame

int PrefetchJob::start_frame

Definition at line 672 of file clip_editor.cc.

Referenced by clip_start_prefetch_job(), and prefetch_startjob().


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