Blender V4.3
DropJobData Struct Reference

Public Attributes

char path [FILE_MAX]
 
bool only_audio
 
float scene_fps
 

Detailed Description

Definition at line 523 of file sequencer_drag_drop.cc.

Member Data Documentation

◆ only_audio

bool DropJobData::only_audio

Definition at line 529 of file sequencer_drag_drop.cc.

Referenced by prefetch_data_fn(), and start_audio_video_job().

◆ path

char DropJobData::path[FILE_MAX]

This is practically always a filepath, however that isn't a requirement for drag-and-drop, so keep the name generic.

Definition at line 528 of file sequencer_drag_drop.cc.

Referenced by prefetch_data_fn(), and start_audio_video_job().

◆ scene_fps

float DropJobData::scene_fps

Definition at line 530 of file sequencer_drag_drop.cc.

Referenced by prefetch_data_fn(), and start_audio_video_job().


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