Blender
V3.3
|
#include <strip_time.h>
Public Attributes | |
int | gap_start_frame |
int | gap_length |
bool | gap_exists |
Definition at line 23 of file strip_time.h.
bool GapInfo::gap_exists |
Definition at line 26 of file strip_time.h.
Referenced by SEQ_edit_remove_gaps(), and seq_time_gap_info_get().
int GapInfo::gap_length |
Definition at line 25 of file strip_time.h.
Referenced by SEQ_edit_remove_gaps(), and seq_time_gap_info_get().
int GapInfo::gap_start_frame |
Definition at line 24 of file strip_time.h.
Referenced by SEQ_edit_remove_gaps(), and seq_time_gap_info_get().