Blender V5.0
blender::seq::LoadData Struct Reference

#include <SEQ_add.hh>

Public Attributes

int start_frame
int channel
char name [64]
char path [1024]
struct { 
   int   count 
   int   length 
image
Scenescene
MovieClipclip
Maskmask
struct { 
   int   type 
   int   length 
   Strip *   input1 
   Strip *   input2 
effect
eLoadFlags flags
eSeqImageFitMethod fit_method
bool use_multiview
char views_format
Stereo3dFormatstereo3d_format
bool allow_invalid_file
double r_video_stream_start
bool adjust_playback_rate
bool allow_overlap

Detailed Description

API for adding new strips. If multiple strips are added, data is updated for each one.

Definition at line 35 of file SEQ_add.hh.

Member Data Documentation

◆ adjust_playback_rate

bool blender::seq::LoadData::adjust_playback_rate

Definition at line 61 of file SEQ_add.hh.

◆ allow_invalid_file

bool blender::seq::LoadData::allow_invalid_file

Definition at line 59 of file SEQ_add.hh.

◆ allow_overlap

bool blender::seq::LoadData::allow_overlap

Definition at line 62 of file SEQ_add.hh.

◆ channel

int blender::seq::LoadData::channel

Definition at line 37 of file SEQ_add.hh.

◆ clip

MovieClip* blender::seq::LoadData::clip

Definition at line 46 of file SEQ_add.hh.

◆ count

int blender::seq::LoadData::count

Definition at line 42 of file SEQ_add.hh.

◆ [struct]

struct { ... } blender::seq::LoadData::effect

◆ fit_method

eSeqImageFitMethod blender::seq::LoadData::fit_method

Definition at line 55 of file SEQ_add.hh.

◆ flags

eLoadFlags blender::seq::LoadData::flags

Definition at line 54 of file SEQ_add.hh.

◆ [struct]

struct { ... } blender::seq::LoadData::image

◆ input1

Strip* blender::seq::LoadData::input1

Definition at line 51 of file SEQ_add.hh.

◆ input2

Strip* blender::seq::LoadData::input2

Definition at line 52 of file SEQ_add.hh.

◆ length

int blender::seq::LoadData::length

Definition at line 43 of file SEQ_add.hh.

◆ mask

Mask* blender::seq::LoadData::mask

Definition at line 47 of file SEQ_add.hh.

◆ name

char blender::seq::LoadData::name[64]

Definition at line 38 of file SEQ_add.hh.

◆ path

char blender::seq::LoadData::path[1024]

Typically a filepath but may reference any kind of path.

Definition at line 40 of file SEQ_add.hh.

◆ r_video_stream_start

double blender::seq::LoadData::r_video_stream_start

Definition at line 60 of file SEQ_add.hh.

◆ scene

Scene* blender::seq::LoadData::scene

Definition at line 45 of file SEQ_add.hh.

◆ start_frame

int blender::seq::LoadData::start_frame

Definition at line 36 of file SEQ_add.hh.

◆ stereo3d_format

Stereo3dFormat* blender::seq::LoadData::stereo3d_format

Definition at line 58 of file SEQ_add.hh.

◆ type

int blender::seq::LoadData::type

Definition at line 49 of file SEQ_add.hh.

◆ use_multiview

bool blender::seq::LoadData::use_multiview

Definition at line 56 of file SEQ_add.hh.

◆ views_format

char blender::seq::LoadData::views_format

Definition at line 57 of file SEQ_add.hh.


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