|
Blender V5.0
|
#include <strip_time.hh>
Public Attributes | |
| int | gap_start_frame |
| int | gap_length |
| bool | gap_exists |
Definition at line 22 of file strip_time.hh.
| bool blender::seq::GapInfo::gap_exists |
Definition at line 25 of file strip_time.hh.
Referenced by blender::seq::edit_remove_gaps(), and blender::seq::seq_time_gap_info_get().
| int blender::seq::GapInfo::gap_length |
Definition at line 24 of file strip_time.hh.
Referenced by blender::seq::edit_remove_gaps(), and blender::seq::seq_time_gap_info_get().
| int blender::seq::GapInfo::gap_start_frame |
Definition at line 23 of file strip_time.hh.
Referenced by blender::seq::edit_remove_gaps(), and blender::seq::seq_time_gap_info_get().